Set a breakpoint

Report a typo

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.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                let product = x * y;
              
                return product;
              
                function pauseMe(x, y) {
              
                }
              
                debugger;
              
___

Create a free account to access the full topic