+ 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.
3 ответов
+ 2
Тимур Завьялов remove if block and use for loop
for(let i=0;i<prices.length;i++){
prices[i]+=increase;
}
+ 1
Abhay, thank you)
+ 1
👍