#javascript #javascript typeof operator typeof Operator typeof is an operator that returns the data type of a variable. grammar typeof variable variable contains data or variables. Parentheses are allowed. typeof(variable) The returned values are: undefined: if the variable is not defined or has no value number : if the data type is number string : if the data type is a string boolean : if the..