We will create objects in javascript in three different ways:
- We will create an object called "home".
- Objects can be created directly inside a function and apply the properties of the function directly, and create as many variables as desired number of objects.
- Through the construction function you can build objects, this function will allow you to build the number of objects you want with different properties.