0
ES6: Salary Rise (functions)
You created an array containing salaries of factory workers. The factory manager has decided to give salary raises to his best workers and needs to the see the impact of these increases on the budget. The program you are given takes the salary percent increase as input. Complete the given function to use the percent as a parameter, then calculate and return the total salary increase for all of the workers in the array. //Back again on the struggle bus… https://code.sololearn.com/cZAe4Evoq4Sp/?ref=app
2 odpowiedzi
+ 2
Idk how to get input but
https://code.sololearn.com/cdfSZLqOJe58/?ref=app
0
Raul Ramirez Thank you again. Your working of the exercise helped me find my error.