Skip to content

Instantly share code, notes, and snippets.

View ncodes's full-sized avatar

Kennedy Idialu ncodes

View GitHub Profile
function ExchangeFunc(usd, currentYear) {
// percentage of depreciation per year
var depPercent = 2 / 100
// Blockchain launch year
var epochYear = 2017
// Time since blockchain launch
var yearSinceEpoch = currentYear - epochYear