scrimba
Introduction to JavaScript
Challenge: 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
Challenge: Arrays
Expand for more info
index.js
run
preview
console
// Challenge - Manage Inventory

/*
1. Your company is launching 3 new products: toilet paper, bottled water, and sanitizer. Store them in a list.
2. Turns out there was a mistake and toilet paper was actually paper towels. Make the appropriate update.
3. Sanitizer sells out. Remove it from the list.
4. Business is so good the company launches a new product: Bleach. Add it to the list.

Note: After creating the initial array do not just create a brand new array. Modify it accordingly.
*/
Console
/index.html
-2:59