// 3 Breaking your code intentionally // using the debugger, stops the execution of JavaScript and may also call debugging function. This one way we can set a breakpoint in JS. if(EXTERMINATOR) debugger;