Code Conventions
Explore some of the code conventions we'll use in this course.
We'll cover the following...
Let's go over some of the code conventions we'll use in this course.
Dive right in!
This course requires no downloads, configuration, or setup. Everything you need is built into the lessons using code editors like the one below. You can just dive right in!
Hit “Run” below. It’s that simple.
Press + to interact
// You can type and run code here! Try clicking// the "Run" button below.console.log("This will print out!");
This code block is interactive. Change ...