Commit Graph

25 Commits

Author SHA1 Message Date
72fdb45377 Add images for some snippets 2022-05-02 18:51:12 +03:00
bc76b1169f Add excerpts where appropriate 2022-03-23 11:41:42 +02:00
8bf67754ce Make expertise a field 2022-03-01 20:21:45 +02:00
c428ac198a Retitle snippets 2022-02-13 18:55:21 +02:00
254bb58ab5 Update luhnCheck 2022-01-30 13:41:42 +02:00
3cd481c0d1 Update top JS snippets 2021-10-13 20:09:28 +03:00
8d23c1e2ed Update luhnCheck.md
Fixes #1817
2021-07-23 16:34:47 +03:00
27c168ce55 Bake date into snippets 2021-06-13 13:55:00 +03:00
f1e7ea5116 Tag algorithmic snippets 2020-12-28 13:49:44 +02:00
05e3f6dc07 Format snippets 2020-11-03 22:11:18 +02:00
81e37d20c0 Consistent whitespace 2020-11-03 21:46:13 +02:00
53c16dbf65 Apply new format to snippets and template 2020-09-15 21:52:00 +03:00
e31aea403d Deprecate utility tag 2020-04-16 23:07:33 +03:00
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
1580116dd7 Travis build: 559 2018-09-29 13:47:39 +00:00
08509a2aed Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
8ee50178f3 Avoid confusing prototype methods for static methods
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)

This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
e735b9229c Travis build: 2161 2018-06-18 18:26:52 +00:00
72b4a0d12a update luhnCheck example, add 2 tests, luhnCheck & mapObject 2018-01-10 14:48:59 +01:00
c68e59cb1c Travis build: 1010 2018-01-04 09:25:51 +00:00
0e79b52ff6 Update luhnCheck.md 2018-01-04 11:23:07 +02:00
6e296ca45d Update luhnCheck.md 2018-01-04 11:22:32 +02:00
84ab6f1d9f Update luhnCheck.md 2018-01-03 17:56:42 +05:30
10652a52f3 Update luhnCheck.md 2018-01-03 17:44:36 +05:30
7d50f43c13 Create luhnCheck.md 2018-01-03 14:32:35 +05:30