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