The typeof operator is used to get the data type (returns a string) of its operand. The operand can be either a literal or a data structure such as a variable, a function, or an object. The operator returns the data type. … Description. Type of the operandResultundefined”undefined”JavaScript : typeof operator – w3resource www.w3resource.com › javascript › operators › typeof