Your task is to set a breakpoint before the function returns the calculated value. Arrange the lines of code correctly and make indentations where needed.
JavaScript debugging
Set a breakpoint
Report a typo
Reorder lines using drag or arrows. Adjust indentation with left buttons
let product = x * y;
return product;
function pauseMe(x, y) {
}
debugger;
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.