Wednesday, May 1, 2019

All You Can Do With the Console in JavaScript

You have for sure used console.log() a trillion times in your projects. But did you know all other amazing things you can do with the console when using JavaScript?

The console can do much more than printing any string or variable you pass to it: it can also measure time, start some browsers built-in tools, help you trace bugs in the code, etc.. Let’s see some of those functions.



from DZone.com Feed http://bit.ly/2PFrWZF

No comments:

Post a Comment