Add Styles and Formatting to Your console.log Messages in JavaScript

added by JavaScript Kicks
11/28/2019 7:47:58 AM

464 Views

We all know the console.log function will log a simple message to the console. But console.log can also format the text and make the message stand out from other messages. This gives us the ability to find our important messages in the console. Format specifiers define the type of data to be printed on standard output.


0 comments