primitive type
RU: примитивный тип
A type representing a single, indivisible value that cannot be decomposed into smaller typed parts. In JavaScript/TypeScript the primitives are: number, string, boolean, null, undefined, symbol, and bigint.
RU: примитивный тип
A type representing a single, indivisible value that cannot be decomposed into smaller typed parts. In JavaScript/TypeScript the primitives are: number, string, boolean, null, undefined, symbol, and bigint.