GitbookIO/javascript

Add more details on javascript arrays

yarixxx opened this issue · 1 comments

I'd propose to add more information on JS arrays.

  1. push, shift, pull etc.
  2. Sparse arrays like [1,2,,,,,,,4,0,,,2].
  3. Methods on iterating over arrays: forEach, some, filter etc.

Good idea - Submitted a pull request to resolve #1.