DEV Community

Discussion on: There's more than just console.log()....other useful ways to use the console in javascript

Collapse
 
dionnyprensa profile image
Dionny Prensa

It is also possible to use console.log with JSON.stringify(someObject, null, 2)
Example