Are arrays primitive data types?
No. Arrays are objects and therefore non-primitive.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in What Are Data Types in JavaScript?
JavaScript has seven primitive data types: String, Number, Boolean, Undefined, Null, BigInt, and Symbol.
undefined typically means a value has not been assigned, while null represents an intentional absence of value.
Yes. Functions are special types of objects in JavaScript.
Still have questions?
Browse all our FAQs or reach out to our support team
