typeof 値 === '型名'
Array.isArray(値)
値 instanceof 型
型が一致すれば true型が親オブジェクトなら true
値 !== null && typeof 値 === 'object'
typeof 値 === 'function'
値 === null
typeof 値 === 'undefined'