-
22: How to Create Object Constructors | Object Constructors in JavaScript | JavaScript Tutorial
In this JavaScript tutorial you will learn about object constructors which are used to create multiple instances of an object. We use this in JavaScript when we need to create copies of an object in a way that doesn’t require us to create a new object each time. In the next video I will create…
-
21: What Are Objects in JavaScript | How to Create an Object in JavaScript | JavaScript Tutorial
In this JavaScript tutorial you will learn about JavaScript Object Oriented Programming, which is a much more efficient way of creating JavaScript code. We will also look at how to create JavaScript objects and move towards learning about object constructors. There is one thing from recording this episode I need to clarify! In the video…