How to prettify JSON documents at the terminal

Nowadays, many users and application developers know that using RESTful APIs is the most common and useful to grab remotely published data. It’s often to look at any RESTful API…

How to prettify XML documents at the terminal

Recently, we have published a post about prettifying JSON documents at the console window which is likely useful for many developers. In this post using some ideas from this question,…

Using JavaScript console better

The console object provides access to the debugging console (e.g., the Web console in Firefox). The specifics of how it works vary from browser to browser or server runtimes (Node.js, for example), but there…

How to console.log in JSX

https://medium.com/javascript-in-plain-english/can-you-console-log-in-jsx-732f2ad46fe1

How to use console dot table in Console

This post shows how to use console.table to display a JSON data as the table in DevTool panel in Console tab