1642 Views
You can open console by using: Chrome → Ctrl Shift J (on Windows) or Ctrl Option J (on Mac) Safari →Option-Cmd-C The console object provides access to the browser's debugging console. The console object present in the global scope. Outputs a message(variable) to the web console.
0 comments