Added 11th question based on typeof

pull/782/head
dkumar600 2 years ago
parent 55d8e3dbc0
commit f088eaa26d

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

Loading…
Cancel
Save