scrimba
Introduction to ES6+
Destructuring Arrays
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Destructuring Arrays
Expand for more info
index.js
run
preview
console
let names = ['Dylan', 'Coding God', 'Israel'];


Console
index.html
-1:46