Index
Video


Here is a video.. for this page.

Overview


This challenge is muscle memory style for learning how to code a class from scratch.

Objectives


This challenge covers:


Problem Statement


Code up three JavaScript classes, each in a separate file. A guide example (full example) is provided.

Your classes may be anything you choose (Person, Planet, Car, Circle, Ellipse, etc). If you would like a more detail with a couple ideas go here...

For each class your code should include ("see <...>" applies to the "full example").


Tips



Quick Run Check


For this challenge, being it's an drill for muscle memory, we're not needing to do rigorous testing.

We just need to do a: quick run check...

For this challenge, we only need to be able to run the code all the way through without it being blocked by errors.

Scoring


See the "Quick Run Check" section above. If you get all the way through your program to the end (all prints) you are good.

The grader will not be checking any calcs you do -- this one is for coding syntax, not modeling precision.

The points are spread out evenly between the three classes.

Submitting



References