Commit graph

13 commits

Author SHA1 Message Date
xandora
e6a0bb03a5
Merge branch 'solutions' into master 2021-05-09 00:10:19 +12:00
vrarora
6793f8722a
Update Leap Year Definition and grammar
I got confused after seeing the code in solution that definition and solution didn't match so this is what I found on Wikipedia "(except for years evenly divisible by 100, which are not leap years unless evenly divisible by 400)" but earlier it was written here "except for years which are both divisible by 100 and not divisible by 400." 

I maybe wrong here, not knowing that these two statements maybe are indicating two different things, if that's the case, then feel free to not apply the changes and do let me know. 😄 

P.S. - I corrected "effects" to "affects" too.
2020-12-23 17:06:25 +05:30
kyriri
da45b701d4
Further clarify guidelines
Everybody in the Southern hemisphere experiences winter in July and that's normal, so the original remark added an unnecessary (and off-topic) layer of confusion.
2020-05-13 20:17:22 -03:00
Ricky McCallum
b1ef1fa03a Clarify leap year rules 2019-01-30 17:37:49 -05:00
Étienne Boisseau-Sierra
00407bdee5 Transform 'let' in 'const' where needs be 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
35f797f454 Capitalize 'Hint'-subtitles 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
3a9251d55e Transform 'var' in 'let' 2018-08-07 11:25:16 +01:00
Cody Loyd
72878172b5 leap years solution 2017-12-14 15:35:45 -06:00
Cody Loyd
829730fb79 Revert "remove class based exercises"
This reverts commit 290e7f1da4.
2017-11-24 14:23:16 -06:00
Cody Loyd
290e7f1da4 remove class based exercises 2017-11-20 13:51:01 -06:00
Cody Loyd
afaa699ad1 Update leapYears.spec.js 2017-10-25 11:52:28 -05:00
Cody Loyd
dd17d8ac8b add hints to exercises 2017-10-24 15:10:20 -05:00
Cody Loyd
cadd4b255c add leapYears 2017-08-25 13:47:05 -05:00