diff --git a/readMe.md b/readMe.md index 94f0f7b..e072ecb 100644 --- a/readMe.md +++ b/readMe.md @@ -725,6 +725,11 @@ 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: +```sh +i. **_typeof_** test +ii. **_typeof_** **_typeof_** test +``` 🎉 CONGRATULATIONS ! 🎉