how-old-i-am
v1.0.0
Published
Get your age
Downloads
2
Readme
How old I am ?
Get your age dynamicatly
var getMyAge = require('how-old-i-am');
var myAge = getMyAge(1992, 8);
API
function(birthYear, birthMonth)
- Your birth year
- your birth month, note: remember it's like arrays (start from 0)