GitbookIO / javascript

GitBook teaching programming basics with Javascript
https://gitbook.gitbook.io/learn-javascript/
Apache License 2.0
3.57k stars 1.01k forks source link

Add more details on javascript arrays #87

Open yarixxx opened 8 years ago

yarixxx commented 8 years ago

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.
DhiMalo commented 8 years ago

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