Developer Tools Console
Intro
The console is a great tool for learning JavaScript, you can read all about it here. It allows us direct access to the JavaScript event loop so that we may execute statements in real time! This course will rely heavily on the console to test out new techniques and skills; it is expected that students will familiarize themselves with how to use the console (access and execute statements) before the end of the first week of class.
There are several ways to access the console:
- Right-click on an element in the page and select developer tools from the context menu
- Press ctrl+shift+j (Windows) or cmd+option+j (Mac)
- From the customize menu, select More tools and then Developer tools