showeimer / js_classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Classes

Instructions

In this project, you are asked to build an automobile factory using classes. Instructions accompany each class and sub-class, explaining what each class should do. You will implement the following: class, constructor, extends and super.

More specific instructions can be found in script.js

Examples

Your console should produce results that look like the images in this repository.

About


Languages

Language:JavaScript 96.1%Language:HTML 3.9%