scrimba
JS Deep Dive
Arrays & Sets
Mold Arrays with the Spread Operator
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

Mold Arrays with the Spread Operator
AboutCommentsNotes
Mold Arrays with the Spread Operator
Expand for more info
index.js
run
preview
console
const breakfastMenuIdeas = ["Buckwheat Pancakes"];
const dinnerMenuIdeas = ["Glazed Salmon", "Meatloaf", "American Cheeseburger"];

const allMenuIdeas = ["Harvest Salad", "Southern Fried Chicken"];
Console
index.html
-12:39