Which JavaScript operator is used to determine the type of a variable?

40. Which JavaScript operator is used to determine the type of a variable?

  1. typeof
  2. TypeOf
  3. typeOf
  4. sizeof

Answer: A) typeof

Explanation:

The typeof operator is used to determine the type of a variable.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.