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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub