I can't pass the 8th project in the store management module of the JavaScript course. I write a code, but it doesn't work. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I can't pass the 8th project in the store management module of the JavaScript course. I write a code, but it doesn't work.

https://code.sololearn.com/WJugelY8nsM3/?ref=app

28th Jan 2021, 5:56 PM
Тимур Завьялов
Тимур Завьялов - avatar
3 Answers
+ 2
Тимур Завьялов remove if block and use for loop for(let i=0;i<prices.length;i++){ prices[i]+=increase; }
28th Jan 2021, 6:04 PM
Abhay
Abhay - avatar
+ 1
Abhay, thank you)
28th Jan 2021, 6:09 PM
Тимур Завьялов
Тимур Завьялов - avatar
+ 1
👍
28th Jan 2021, 6:12 PM
Abhay
Abhay - avatar