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