Home / Report Question

Q. Which is the correct syntax of JavaScript typeof operator?
  • A. typeof variable/value
  • B. typeof(variable/value)
  • C. Both A and B.
  • D. None of the above

Correct Answer: C