Hello there,
Need a review for my solution. Thank you in advance
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
The important thing is: Your code works correctly Congratulations!
Happy coding,
Michael
2 Likes