11th question on typeof operator

pull/782/head
dkumar600 2 years ago
parent 603a53e3ea
commit 9762682fa3

@ -678,10 +678,10 @@ I am 25 years old.
You are 30 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: 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 i. **_typeof_** test
ii. **_typeof_** **_typeof_** test ii. **_typeof_** **_typeof_** test
``` ```
🎉 CONGRATULATIONS ! 🎉 🎉 CONGRATULATIONS ! 🎉

Loading…
Cancel
Save