Use HTML Forms. JavaScript Object Orientation and an Array Create a entry form out of HTML forms Add a button to pull the data into a JavaScript objects Use either a factory function or the constructor method to define your "class" As part of your class, create a ToString" method that returns a Pretty Print" of the data in the class Store the objects into an array Float a container on the right side of the screen that will display all the entries . This should update each time you submit a new entry This should fill with the "Pretty Print" of each object in the array. Recommended: Customer Class Name, Address, State, Zip, Phone Number