DEV Community

Discussion on: Front End Debugging Part 1: Not just Console Log

Collapse
 
bennettpeter profile image
Peter Bennett

Thank you. This is great.

Console logs are so convenient with javascript that I have not taken the time to learn other techniques. With Angular you just add a console.log to the code and it is instantly compiled and running. Remembering to remove all the console logs sometimes catches me.

Collapse
 
codenameone profile image
Shai Almog

This is part of a series. I will delve deeper into how you can use Console.log more effectively too.