Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 276 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 276 Bytes

Terminal Quiz App, built with ES5 constructors and Object Oriented Program (OOP)

Instead of using ES6 classes, I used ES5 constructor functions. I had learned ES6 classes first and wanted to learn the differeneces between the class base and constructer functions of both.