Quantcast
Channel: 16 Important JavaScript Concepts – JavaScript Is Sexy
Viewing all articles
Browse latest Browse all 21

JavaScript Objects in Detail

$
0
0
JavaScript’s core—most often used and most fundamental—data type is the Object data type. JavaScript has one complex data type, the Object data type, and it has five simple data types: Number, String, Boolean, Undefined, and Null. Note that these simple (primitive) data types are immutable (cannot be changed), while objects are mutable (can be changed). […]

Viewing all articles
Browse latest Browse all 21

Trending Articles