JavaScript: Difference Between typeof, instanceof, constructor property

By Xah Lee. Date: .

TIP: You shoud avoid using any of them, because they are not reliable.

Instead, check directly what you are looking for, by:

JavaScript Constructor/Class

BUY
ΣJS
JavaScript in Depth

JavaScript in Depth

Basic Syntax

Value Types

Variable

String

Property

Object and Inheritance

Array

Function

Constructor/Class

Iterable 🌟

Misc