From 4a5dbf588c6ea90ca8b1268a057791d95309de28 Mon Sep 17 00:00:00 2001 From: Ameet Kaustav Date: Thu, 2 Jan 2020 06:57:40 -0700 Subject: [PATCH 1/2] fix: link to exercises in table of contents --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 259e75c..0538b16 100644 --- a/readMe.md +++ b/readMe.md @@ -32,7 +32,7 @@ - [Checking Data types](#checking-data-types) - [Comments](#comments) - [Variables](#variables) -- [💻 Day 1: Exercises](#%f0%9f%92%bb-day-1-exercises) +- [💻 Day 1: Exercises](#-day-1-exercises) From d4721810c6258237d7b7c925417099dc41792b0d Mon Sep 17 00:00:00 2001 From: JCorrivo Date: Thu, 2 Jan 2020 09:21:19 -0500 Subject: [PATCH 2/2] Fix filename typo --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 259e75c..e60c999 100644 --- a/readMe.md +++ b/readMe.md @@ -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