DEV Community

Discussion on: I've Rediscovered How Fun Javascript Can Be, Ask Me Anything!

Collapse
 
scrabill profile image
Shannon Crabill

It's not ideal but I still use a lot of console.logs() to quickly test my outputs or to see if my functions are firing. Using typeof has also been helpful.

Collapse
 
anupktarafder profile image
AnupKTarafder

Everyone I know, uses this. I have at least one console log in every function.