PRIMITIVE VALUES AND JAVASCRIPT OBJECTS
PRIMITIVE VALUES AND OBJECTS In javascript there are several types of values that are divided into primitives and objects. Definition: An object is a data structure that allows the storage of a set of information. We will look at primitive data one by one. Let's go to Visual Studio Code. JAVASCRIPT OBJECTS NB: This is only an overview. We will delve into the discussion of javascript objects in later posts. In JavaScript there are eight types of data. Seven of them are called "primitives" because their values always contain a single element [...]