|
|
|
@ -32,7 +32,7 @@
|
|
|
|
- [Checking Data types](#checking-data-types)
|
|
|
|
- [Checking Data types](#checking-data-types)
|
|
|
|
- [Comments](#comments)
|
|
|
|
- [Comments](#comments)
|
|
|
|
- [Variables](#variables)
|
|
|
|
- [Variables](#variables)
|
|
|
|
- [💻 Day 1: Exercises](#%f0%9f%92%bb-day-1-exercises)
|
|
|
|
- [💻 Day 1: Exercises](#-day-1-exercises)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -468,7 +468,7 @@ When you run the files on 01-Day folder you should get this:
|
|
|
|
3. Write a multiline comment which says, _comments can make code readable, easy to use_
|
|
|
|
3. Write a multiline comment which says, _comments can make code readable, easy to use_
|
|
|
|
_and informative_
|
|
|
|
_and informative_
|
|
|
|
|
|
|
|
|
|
|
|
4. Create a varaible.js file and declare variables and assign string, boolean, undefined and null data types
|
|
|
|
4. Create a variable.js file and declare variables and assign string, boolean, undefined and null data types
|
|
|
|
5. Create datatypes.js file and use the JavaScript ***typeof*** operator to check different data types. Check the data type of each variables
|
|
|
|
5. Create datatypes.js file and use the JavaScript ***typeof*** operator to check different data types. Check the data type of each variables
|
|
|
|
6. Declare four variables without assigning values
|
|
|
|
6. Declare four variables without assigning values
|
|
|
|
7. Declare four variables with assigning values
|
|
|
|
7. Declare four variables with assigning values
|
|
|
|
|