Logic: year%100 === 0 ? year%400 === 0 : year%4 === 0;
-
Notifications
You must be signed in to change notification settings - Fork 0
check a year leap year or not
codebymojnu/leapyear-check
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
check a year leap year or not