FULL STACK   ·   UI   ·   UX   ·   GRAPHICS   ·   DEVELOPER   ·   INSTRUCTOR

Adam Khoury

Donate funds to show love and support

Click the button below to donate funds securely online. You can use your PayPal account or a credit card.

Your donations help free up my time to produce more content and assist in covering server costs. It's also a great way to say thanks for the content!

Application Configuration

Adam will be adding options here soon.

Console Log Tutorial Chrome Firefox IE Browsers

Published :
Author :
Adam Khoury
Learn to use and read output from the console.log() method in JavaScript. Using the console is handy for reading values during application development, helpful for debugging, finding script errors and more. var mystring = "hello world"; console.log( mystring ); Hotkey shortcuts for opening the console in the most popular browsers are as follows: Google Chrome - Ctrl + Shift + J Firefox - Ctrl + Shift + K IE - F12 Key then click the console button