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.