Introducing JavaScript objects
Last updated
Was this helpful?
Last updated
Was this helpful?
In JavaScript, most things are objects, from core JavaScript features like arrays to the browser built on top of JavaScript. You can even create your own objects to encapsulate related functions and variables into efficient packages and act as handy data containers. The object-based nature of JavaScript is important to understand if you want to go further with your knowledge of the language, therefore we've provided this module to help you. Here we teach object theory and syntax in detail, then look at how to create your own objects.