scrimba
Introduction to JavaScript
Challenge: Arithmetic Operators
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

Challenge: Arithmetic Operators
AboutCommentsNotes
Challenge: Arithmetic Operators
Expand for more info
index.js
run
preview
console
// Challenge: Checkout Order Details

/*
1. Create 3 variables to store an item price. The last price 2 items were ordered (multiplication).
2. Tell the user what the total price is before discount.
3. Inform the user what the average price of items is before discount.
4. Inform them the final price after saving 5 dollars with promo code 'I Got 5 On It'.
*/

Console
/index.html
-2:42