Comparing Lodash, BaconJS and RxJS
Write a script that will loop through a given number in meters, and output it in miles at every quarter mile. Output should be formatted.
1700 => 0.00 Mi 0.25 Mi 0.50 Mi 0.75 Mi 1.00 Mi
$ git clone git@github.com:gwing33/js-utilities.git
$ cd js-utilities
$ npm install
$ npm start