https://github.com/dckt/how-old-i-am
Get your age dynamicatly
https://github.com/dckt/how-old-i-am
Last synced: about 1 month ago
JSON representation
Get your age dynamicatly
- Host: GitHub
- URL: https://github.com/dckt/how-old-i-am
- Owner: DCKT
- Created: 2015-12-25T23:28:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T23:28:40.000Z (over 9 years ago)
- Last Synced: 2025-02-11T13:27:59.345Z (3 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How old I am ?
Get your age dynamicatly
```js
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)