May 2018
Intermediate to advanced
376 pages
9h 22m
English
After reading lesson 11, you will
JavaScript, like other programming languages, has data structures like objects and arrays that allow you to structure data into logical groups and treat them as a single piece of data. JavaScript has always supported the concept of structuring, which is a concise syntax for taking several pieces of data and arranging them into a data structure. But that’s only half of the story: JavaScript has always been missing the reverse, a syntax for taking an existing data structure and destructuring it back into the parts that make it up. ...
Read now
Unlock full access