Assessment request for my Math 1 skill test

Hi. Any assessment appreciated. Thank you for all the helps and have a great day!

math1
math2
math3

Hello again @harryghgim.

These look pretty much perfect too.

The only bit of feedback that I had was that in assessment 2, you could have added parentheses to make the calculations return the correct number by changing operator precedence, for example:

let result = (7 + 13) / (9 + 7);
let result2 = 100 / (2 * 6);
1 Like