Skip to content

Commit

Permalink
Merge pull request Asabeneh#3 from JCorrivo/patch-1
Browse files Browse the repository at this point in the history
Fix filename typo
  • Loading branch information
Asabeneh authored Jan 2, 2020
2 parents cf3ee67 + d472181 commit 5e27ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
_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
6. Declare four variables without assigning values
7. Declare four variables with assigning values
Expand Down

0 comments on commit 5e27ca8

Please sign in to comment.