Tagged “debug”
-
TIL about console.dir debug mdn javascript
If you console.log a element, you will get it's HTML markup. If you want it as a JS object, use console.dir instead
-
TIL adding a debug flag for custom features debug url-parameters
Creating your own ?debug flag in your url to do some sweet debug stuff
-
TIL about console.count and console.table debug javascript
Some different ways to show data via your console
See all tags.