- Type of is an operator. It is used to check the data type of a variable or value.
EX:
console.log(typeof 10); // "number"
console.log(typeof "Hello"); // "string"
EX:
console.log(typeof 10); // "number"
console.log(typeof "Hello"); // "string"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)