Console cheat sheet for JavaScript developers

added by JavaScript Kicks
11/11/2019 8:40:52 AM

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