JavaScript is the most widely used programming language on the web and is easy to learn.
In this chapter, we will cover the most important functions of JavaScript, but not go into depth. If you want to know more, take a look at the references.
There are 6 primitive datatypes:
There are 3 keywords for declaring variables in JS:
Objects are used to store key-value pairs. They can have properties and methods.