Skip to content

Commit

Permalink
Verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 24, 2024
1 parent 4a737b4 commit 63922d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ for (const value of iterable) {

### Are there any differences between its counterparts in `Array.prototype`?

Majority of functions should work exactly the same way, except below:
Majority of functions should work similarly. If they were returning an array, they will be returning iterables in the ports.

There are minor differences on some functions:

- `findLast` and `findLastIndex`
- Instead of iterating from the right side, iterables must start from left side
Expand Down

0 comments on commit 63922d4

Please sign in to comment.