JSJS LanguageJS OperatortypeofOn this pagetypeof ↔ JS Operator return string of Operand Typecan be called on operand as either typeof operand or typeof(operand)!gotcha typeof null === "object"!gotcha typeof /regex/= "object" in Firefox || "function" in ChromeReferences