Frédéric G. MARAND 05e4ac36bc Practice: leap. | před 8 měsíci | |
---|---|---|
.. | ||
.exercism | před 8 měsíci | |
.yarn | před 8 měsíci | |
.eslintignore | před 8 měsíci | |
.eslintrc.cjs | před 8 měsíci | |
.yarnrc.yml | před 8 měsíci | |
HELP.md | před 8 měsíci | |
README.md | před 8 měsíci | |
babel.config.cjs | před 8 měsíci | |
jest.config.cjs | před 8 měsíci | |
leap.test.ts | před 8 měsíci | |
leap.ts | před 8 měsíci | |
package.json | před 8 měsíci | |
tsconfig.json | před 8 měsíci |
Welcome to Leap on Exercism's TypeScript Track.
If you need help running the tests or submitting your code, check out HELP.md
.
A leap year (in the Gregorian calendar) occurs:
Some examples:
2000 was a leap year!
For a delightful, four-minute explanation of the whole phenomenon of leap years, check out [this YouTube video](https://www.youtube.com/watch?v=xX96xng7sAE).
Your task is to determine whether a given year is a leap year.
CodeRanch Cattle Drive, Assignment 3 - https://coderanch.com/t/718816/Leap