Які типи змінних існують у JS?

Типи даних Undefined (Невизначений тип) : typeof instance === "undefined" instance === "string"BigInt : typeof instance === "bigint"