Expert Developer JavaScript Question:
What is the use of type of operator?

Answer:
'Typeof' is an operator which is used to return a string description of the type of a variable.
Previous Question | Next Question |
What are escape characters? | Tell me what is JavaScript? |