JavaScript Class

Problems I Find Redundant

Counting Coins assignement was just adding strings together, which is really not useful whatsoever.

Instead I decided to make a program that actually divides a total amount of cents into the lowest number of coins possible.



Again, sorry for the alert, but I was very adamant on not using HTML.