You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.