Introduction - Just Get Started
Welcome to JavaScript
We'll cover the following...
Just Get Started
This course requires no downloads, configuration, or setup. Everything you need is built-in to the lessons using code editors, like this one. You can jump right in.
Hit “Run” below. It’s that simple.
Node.js
// You can type and run code here! Try clicking// the "Run" button below.console.log("This will print out!");
These blocks are interactive. Try changing the words This will print out! to anything you like and ...
Ask