JavaScript Console Log Tutorial Chrome Firefox IE Browsers




Learn to use and read output from the console.log() method in JavaScript. Handy for reading values during application development, helpful for debugging, seeing script errors and more.

var mystring = “hello world”;
console.log( mystring );

Google Chrome – Ctrl + Shift + J
Firefox – Ctrl + Shift + K
IE – F12 Key then click the console button

Original source


18 responses to “JavaScript Console Log Tutorial Chrome Firefox IE Browsers”

  1. Hey Adam.
    I'm on ubuntu 16 with firefox and firebug.
    Try to do da same magic as you did, but nothing happens.
    What I put in url is – file:///opt/lampp/htdocs/lab.html.
    Open my firebug console and nothing there.
    The js file content is the same like you have.
    Any hint ?

  2. Hi Adam can u help me to create a login page in JavaScript using front end as Dream Weaver CS5.5. or Net-beans(any version) but the back end should be MySQL only pls rply i need it to do my project.

  3. Hey Adam have you made a work space gui? where you can make notes, keep email addresses, send a note to groups of email lists, read a newsfeed, run a few apps? you know you click minimize and it all goes away.

Leave a Reply