BananaMaster

2 - Data Types in JavaScript | JS lessons

If you forgot something — click to go to the lesson.

Task 1.

Create 5 variables of the following data types: Number, String, Boolean, null, undefined.

Task 2.

Print each of these variables to the console.

Task 3.

How many data types are there in JavaScript in total?

Task 4.

List all data type names in JavaScript.