👾 some change to summary section
This commit is contained in:
parent
04c113ce33
commit
3e72030521
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ A cheat sheet of array methods:
|
|||
- `reduce/reduceRight(func, initial)` -- calculate a single value over the array by calling `func` for each element and passing an intermediate result between the calls.
|
||||
|
||||
- Additionally:
|
||||
- `Array.isArray(arr)` checks `arr` for being an array.
|
||||
- `Array.isArray(value)` checks `value` for being an array, if so return true, otherwise false.
|
||||
|
||||
Please note that methods `sort`, `reverse` and `splice` modify the array itself.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue