This is a simple approach to setting up a object construct or constructor function and then establishing instances of that object. Remember that an object can have properties and it can have methods. Note there are a variety of places to put scripts: in the head, in the body, after the close body and before the close html. Here I am setting up the object in the head and using it in the body. Below where I set up var muffin as a new item I am creating an instance of the object.