pull/782/merge
Deepak Kumar 1 month ago committed by GitHub
commit 6c3df724a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 ! 🎉

Loading…
Cancel
Save