OSU CS 290 Web Development: Javascript Classes Example
In this assignment, we were tasked with creating a Javascript class Automobile. Then we were to create several instances of the class and write a function to sort the instances on various object properties.
-- Michael Bamesberger