From f088eaa26d54ac5a3072a0a2b05676dc2bdc1ff1 Mon Sep 17 00:00:00 2001 From: dkumar600 Date: Wed, 14 Jun 2023 01:06:04 +0530 Subject: [PATCH 1/4] Added 11th question based on typeof --- readMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readMe.md b/readMe.md index e58cdbd..010290d 100644 --- a/readMe.md +++ b/readMe.md @@ -677,6 +677,9 @@ When you run _index.html_ file in the 01-Day folder you should get this: I am 25 years old. You are 30 years old. ``` +11. Declare one variable **test** and assign the initial value as null and log to the browser console by doing following things: + i. **_typeof_** test + ii. **_typeof_** **_typeof_** test 🎉 CONGRATULATIONS ! 🎉 From 603a53e3ea97e01012c7c4f0edf753cc8702eaf9 Mon Sep 17 00:00:00 2001 From: dkumar600 Date: Wed, 14 Jun 2023 01:09:28 +0530 Subject: [PATCH 2/4] 11th question on typeof operator --- readMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readMe.md b/readMe.md index 010290d..bd5fc07 100644 --- a/readMe.md +++ b/readMe.md @@ -678,8 +678,10 @@ I am 25 years old. You are 30 years old. ``` 11. Declare one variable **test** and assign the initial value as null and log to the browser console by doing following things: + ```sh i. **_typeof_** test ii. **_typeof_** **_typeof_** test + ``` 🎉 CONGRATULATIONS ! 🎉 From 9762682fa376d449757a812eb2b6db0b654302c9 Mon Sep 17 00:00:00 2001 From: dkumar600 Date: Wed, 14 Jun 2023 01:11:00 +0530 Subject: [PATCH 3/4] 11th question on typeof operator --- readMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readMe.md b/readMe.md index bd5fc07..f72472a 100644 --- a/readMe.md +++ b/readMe.md @@ -678,10 +678,10 @@ I am 25 years old. You are 30 years old. ``` 11. Declare one variable **test** and assign the initial value as null and log to the browser console by doing following things: - ```sh +```sh i. **_typeof_** test ii. **_typeof_** **_typeof_** test - ``` +``` 🎉 CONGRATULATIONS ! 🎉 From 5618e26cc25c49b9fd7e79916c66021a8227b1b8 Mon Sep 17 00:00:00 2001 From: dkumar600 Date: Wed, 14 Jun 2023 01:11:57 +0530 Subject: [PATCH 4/4] 11th question on typeof operator --- readMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readMe.md b/readMe.md index f72472a..8b672fe 100644 --- a/readMe.md +++ b/readMe.md @@ -679,8 +679,8 @@ You are 30 years old. ``` 11. Declare one variable **test** and assign the initial value as null and log to the browser console by doing following things: ```sh - i. **_typeof_** test - ii. **_typeof_** **_typeof_** test +i. **_typeof_** test +ii. **_typeof_** **_typeof_** test ``` 🎉 CONGRATULATIONS ! 🎉