Essential JavaScript

Going Further

Running Code

I'm going to teach you to code with JavaScript, but first I'm going to teach you how to run JavaScript on this site.

Look at the code editor on this page. It already has some JavaScript in it.

Click the "Submit" button to run the code. The output will appear below the editor.

Once you see the result, move along to the next lesson!

Code Editor

Click "Run Code" to execute your JavaScript in a secure sandbox and see the output below.

Console Output

// Console output will appear here...

0 output lines