Challenge: Working with Numbers
Tâche
Swipe to start coding
Imagine a situation where a store launches a promotion: when purchasing 5
items at $17
each, the 6th item is free.
A total of 27
people participated in the promotion. Using numbers in JavaScript and multiplication, calculate the total revenue from this promotion and output it to the console.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 5