Hi. Any assessment appreciated. Thank you for all the helps and have a great day!
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