-
Print a message in the console:
console.log("Debugging message");
-
Add a breakpoint:
debugger;
Official avatar since MMIV
Print a message in the console:
console.log("Debugging message");
Add a breakpoint:
debugger;
May. 01, 2012
English Web javascript programming Javascript web
Found a typo ? Want to fix it ?
Edit article on GitHub