Languages
[Edit]
EN

JavaScript - basic console usage example

13 points
Created by:
May87
827

In this article i would like to show how to use JavaScript console in basic.

Google Chrome DevTools JavaScript console - use F12 to open it in web browser.
Google Chrome DevTools JavaScript console - use F12 to open it in web browser.

Practical example:

// ONLINE-RUNNER:browser;

console.log('Just log');
console.info('Some info');
console.warn('Important warning');
console.error('Critical error');
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join