scrimba
Learn Basic JavaScript
Nest one Array within Another Array
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

Nest one Array within Another Array
AboutCommentsNotes
Nest one Array within Another Array
Expand for more info
index.js
run
preview
console
// Example
var ourArray = [["the universe", 42], ["everything", 101010]];

// Only change code below this line.
var myArray = [];
Console
"The big dog ran to the store quickly."
,
"The slow bike flew to the store slowly."
,
index.html
-0:48