Skip to main content

3 docs tagged with "Non-Primitive Data Types"

View All Tags

Array Data Types in JavaScript

What is the array data type in JavaScript? Learn about the array data type and how to create, access, modify, add, and delete array elements in JavaScript.

Data Types in JavaScript

What is the data type in JavaScript? Learn about the primitive and non-primitive data types in JavaScript, including string, number, bigint, boolean, undefined, symbol, null, object, array, and function.

Object Data Types in JavaScript

What is the object data type in JavaScript? Learn about the object data type and how to create, access, modify, add, and delete object properties in JavaScript.