Assessment wanted for Math 2 skill test_Dinesh

Hello there,
Need a review for my solution. Thank you in advance

code pen link
task link

Hi @Dinesh_Sake

Instead of changing the numbers you could have also added parentheses:

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

But I have to admit, that’s not very obvious :sweat_smile:
The important thing is: Your code works correctly :medal_sports: Congratulations!

Happy coding,
Michael

2 Likes