From 9762682fa376d449757a812eb2b6db0b654302c9 Mon Sep 17 00:00:00 2001 From: dkumar600 Date: Wed, 14 Jun 2023 01:11:00 +0530 Subject: [PATCH] 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 ! 🎉