27c168ce55
Bake date into snippets
2021-06-13 13:55:00 +03:00
caa67e2a49
Update snippet descriptions
2020-10-20 23:02:01 +03:00
c3a2e47672
Add prototype to descriptions
2020-10-20 11:21:07 +03:00
5169b41c1b
Update isWeekend.md
2020-10-07 21:20:49 +03:00
53c16dbf65
Apply new format to snippets and template
2020-09-15 21:52:00 +03:00
611729214a
Snippet format update
...
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
7506499f8c
Simplify the comparison for a weekend
...
Since a weekend is either `0` or `6` from `Date#getDay()`, using `X % 6 === 0` will return the right Boolean value and lead to less function calls or comparisons
2019-07-19 15:43:50 -07:00
ebd03958a5
Add isWeekend code snippets
2019-07-19 22:21:10 +08:00