February 2018
Intermediate to advanced
298 pages
8h 22m
English
We can also extract the values from a multidimensional array and assign them to variables. The following example demonstrates this:
let [a, b, [c, d]] = [1, 2, [3, 4]];
Read now
Unlock full access