Login
Remember
Register
Ask a Question
What typeof returns for a null value?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
What typeof returns for a null value?
typeof-returns
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
It returns "object".
...