Which of the following JavaScript statements works like a breakpoint?February 14, 2022+C) debuggerdebugger keyword stops the execution of JavaScript, and calls (if available) the debugging function.Read more here and here.