scrimba
The Ultimate JavaScript Bootcamp
Get unique sets of data
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

Get unique sets of data
AboutCommentsNotes
Get unique sets of data
Expand for more info
index.js
run
preview
console
const customerDishes = [
"Chicken Wings",
"Fish Sandwich",
"Beef Stroganoff",
"Grilled Cheese",
"Blue Cheese Salad",
"Chicken Wings",
"Reuben Sandwich",
"Grilled Cheese",
"Fish Sandwich",
"Chicken Pot Pie",
"Fish Sandwich",
"Beef Stroganoff"
];
Console
[
"Chicken Wings"
,
"Fish Sandwich"
,
"Beef Stroganoff"
,
"Grilled Cheese"
,
"Blue Cheese Salad"
,
"Chicken Wings"
,
"Reuben Sandwich"
,
"Grilled Cheese"
,
"Fish Sandwich"
,
"Chicken Pot Pie"
,
"Fish Sandwich"
,
"Beef Stroganoff"
]
,
/index.html
-5:48