profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript Typeof Operator

Description

Returns value type.

Syntax

console.log(typeof 4.5)
console.log(typeof "x")