How to Debug Javascript with Console
‘Debugging’ is the process without which, development of applications would only be possible by the perfect programmers, and we all know there are no such programmers who don’t make a mistake or simply are ‘PERFECT’.In the early stages of JavaScript, we used to call alert() to debug and get a variable’s value, whereas now we […]