Skip to content

Instantly share code, notes, and snippets.

@tcodes0
Created March 16, 2021 22:39
Show Gist options
  • Save tcodes0/b08045758fc70412703e9b46d23c2e21 to your computer and use it in GitHub Desktop.
Save tcodes0/b08045758fc70412703e9b46d23c2e21 to your computer and use it in GitHub Desktop.
Rates
node -e 'var rates = new Array(130).fill(0).map((x, i) => (i+4) * 5000).map( year => ({ year, hour: (year/1920.1755589082431).toFixed(0), month: (year/12).toFixed(0) })); console.log(rates)''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment