(English) How to prettify JSON documents at the terminal

Rất tiếc, mục này chỉ tồn tại ở English.

(English) How to prettify XML documents at the terminal

Rất tiếc, mục này chỉ tồn tại ở English.

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…

(English) How to console.log in JSX

Rất tiếc, mục này chỉ tồn tại ở English.

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