Skip to content

Commit 5e27ca8

Browse files
authored
Merge pull request Asabeneh#3 from JCorrivo/patch-1
Fix filename typo
2 parents cf3ee67 + d472181 commit 5e27ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ When you run the files on 01-Day folder you should get this:
468468
3. Write a multiline comment which says, _comments can make code readable, easy to use_
469469
_and informative_
470470

471-
4. Create a varaible.js file and declare variables and assign string, boolean, undefined and null data types
471+
4. Create a variable.js file and declare variables and assign string, boolean, undefined and null data types
472472
5. Create datatypes.js file and use the JavaScript ***typeof*** operator to check different data types. Check the data type of each variables
473473
6. Declare four variables without assigning values
474474
7. Declare four variables with assigning values

0 commit comments

Comments
 (0)