You use a special new method to do that. new is a Class Method, which means that you call it on the class (in this case Array) and not the specific instance of that class.When you call that method, it creates a new instance (object) of that class and then runs a special method inside the class called initialize