In this lab, you will be working with JavaScript Object Constructors. A constructor is a function that creates an instance of an object. They can be thought of as object blueprints for when you want to have multiple objects with the same properties among each one.