May 2018
Intermediate to advanced
376 pages
9h 22m
English
After reading lesson 9, you will
Arrays are probably the most common data structure used in JavaScript. We use them to hold all kinds of data, but sometimes getting the data we want into or out of the array isn’t as easy as it should be. But those tasks just got a lot easier with some of the new array methods that we’ll cover in this lesson.
Consider this snippet of jQuery code that grabs all the DOM nodes with a specific CSS class ...
Read now
Unlock full access