Data Types
Term side of the Card
Topic: Basics
Unit title: Data Types
Categories: Concept
Explanation side of the Card
Explanation: The classification of values in JavaScript that determines how they are stored and manipulated. Data types include the seven primitive types: `string`, `number`, `boolean`, `undefined`, `null`, `symbol` and `bigint`, as well as the non-primitive `object`. Each type represents a different kind of value, affecting how operations and comparisons are performed.