DEV Community

Discussion on: Optional Params with JSON Stringify

Collapse
 
stephencweiss profile image
Stephen Charles Weiss

:) Glad you liked it! If you're working browser-side, I highly recommend the object notation, console.log({ myObj }) is so much easier to reason through than console.log('myObj --> ', myObj) :)