You now have a working development environment and understand the basics of running JavaScript. You can use the console, create scripts, and read error messages.
In the next section, you'll learn about variables and data types. You'll discover how JavaScript handles numbers, text, and other kinds of data. You'll also learn the difference between let, const, and var.