//The process of creating objects from a class function constructorFunction(){} let myObj = new constructorFunction()