js: fix off-by-one error in birthday script
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
39a2fb3740
commit
7f3de55234
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ loop();
|
||||||
|
|
||||||
const birthday = {
|
const birthday = {
|
||||||
date: 19,
|
date: 19,
|
||||||
month: 1,
|
month: 0,
|
||||||
year: 2001,
|
year: 2001,
|
||||||
}
|
}
|
||||||
const today = new Date();
|
const today = new Date();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue