About 975,000 results
Open links in new tab
  1. Primitive and Non-primitive data-types in JavaScript

    Jul 23, 2025 · Variables hold values, and every value has a specific data type that defines the kind of information it holds. These data types are broadly categorized into two groups: …

  2. JavaScript Data Types - W3Schools

    JavaScript Objects represent complex data structures and functionalities beyond the primitive data types (string, number, boolean, null, undefined, symbol, bigint). JavaScript objects are …

  3. Non-Primitive Data Types in JavaScript | RUSTCODE

    Feb 9, 2025 · These types are also referred to as "reference types" because they are accessed by reference rather than value. In this article, we’ll explore the various non-primitive data types in …

  4. JavaScript Data Types - Primitive and Non-Primitive - Intellipaat

    Aug 6, 2025 · JavaScript provides various primitive (number, string, etc.) and non-primitive (objects, arrays, etc.) data types. Learn more about these with examples in this blog!

  5. JavaScript data types and data structures - JavaScript | MDN

    Jul 8, 2025 · Programming languages all have built-in data structures, but these often differ from one language to another. This article attempts to list the built-in data structures available in …

  6. JavaScript Non-Primitive Data Types - DEV Community

    Apr 2, 2024 · Non-primitive data types in JavaScript are derived from the primitive data types and are also known as reference data types or derived data types. These data types are stored in …

  7. JavaScript Data Types: Primitive & Non-Primitive With Examples

    Learn about JavaScript data types: Primitive & Non-Primitive with examples. Explore strings, numbers, objects, arrays, and more in this comprehensive guide.

  8. Data Types in JavaScript

    Dec 20, 2024 · JavaScript data types define how different values are stored and manipulated. This guide explores both primitive and non-primitive data types, delving into their …

  9. Primitive VS Non-Primitive Data types in Javascript - Medium

    May 12, 2024 · Broadly, JavaScript classifies data types into two categories: Primitive data types and Non-primitive data types. These distinctions are essential for understanding how data is …

  10. JavaScript Data Types - GeeksforGeeks

    Oct 5, 2025 · JavaScript data types are categorized into Primitive and Non-Primitive types. Primitive data types in JavaScript represent simple, immutable values stored directly in …