0
Pls help me solve
You are working on a Store Manager program, which stores the prices in an array. You need to add functionality to increase the prices by the given amount. The increase variable is taken from user input. You need to increase all the prices in the given array by that amount and output to the console the resulting array.
1 Antwort
0
Pick apart the question. Look at the concepts.
Store prices in an array.
How do you store data in an array?
Increase the prices by the giving amount.
What concept did you learn that allows you to add in javascript?
How do you take input in Javascript?
How do you output to the console?
Revise what you have learned.
If you still struggle then provide your attempt.