Commit Graph

13 Commits

Author SHA1 Message Date
8a6b73bd0c Update covers 2023-02-16 22:24:28 +02:00
31a1b02cef Deprecate expertise field 2022-12-04 22:20:49 +02:00
5f1880e854 Add images to snippets 2022-06-08 09:34:23 +03:00
8bf67754ce Make expertise a field 2022-03-01 20:21:45 +02:00
d88d014e80 Retitle snippets 2022-02-13 18:40:16 +02:00
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