/coins

NSS javascript exercise

Primary LanguageJavaScript

Counting Coins Exercise

Description

Program that converts a dollar amount to the number of coins that make up that amount.

How to run:

http-server -p 8888

This will show at: http://localhost:8888

Contributors