July 2018
Beginner to intermediate
374 pages
8h 54m
English
If code is not working as expected, one of the first places to check is the browser’s JavaScript console. The quickest way to do that is with special keyboard combinations that only JavaScript programmers like us know!
On PCs and Chromebooks, Ctrl+Shift+J (holding down the Ctrl, Shift, and J keys at the same time) will open and close the JavaScript console.
If you’re using an Apple computer, you can use ⌘+Option+J to open and close the console.
Don’t worry if you see tons of warnings and errors the first time you open the JavaScript console. It keeps a log of events that happen on a web page or in the 3DE Code Editor. If the messages are too much, you can clear the log with the button that has a ...
Read now
Unlock full access