Assessment wanted for Math 2 skill test*

link to my code:

Task:

Once again, nice work! :slightly_smiling_face:

Instead of subtracting an arbitrary number the intended way would be to set parentheses on the original values like this:

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

I have to admit that’s not very obvious. :grimacing:
Your code itself is correct, though.

Michael