web Technology

Javascript Objects

Javascript is a lightweight interpreted programming language. In JS all most "everything" is an Objects. If you understand objects, you understand JavaScript.

Types of objects.

These are the main in-built objects in Javascript. Don't confuse with primitive data types with primitive values. For example 17.90 is a primitive value.

What is an object?

In computer science, an object can be a variable, a data structure, a function, or a method. As regions of memory, they contain value and are referenced by identifiers. Simply object is a bundle of methods, data with a defined structure. We will learn more about that in further lessons.