What will be the output of the following code?
<script>
let y = 1;
y = typeof x;
document.write( typeof y); </script> |
(A) string
(B) null
(C) number
(D) boolean
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.