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.