Manuel Zambrano

Results 2 comments of Manuel Zambrano

Hello @hillaryforget, in your code, you forgot to assign the funtion result `Math.round()` to a variable. for example: ``` let my-variable = Math.round(roundUp) ``` later you can print the rounded...

Hello people, if you have the correct result, your codes are something like this: ``` let total = 0 let limit = 10 for(let i = 0; i < limit;...