Commit Graph

11 Commits

Author SHA1 Message Date
fd8ffcd2af Travis build: 559 2018-09-29 13:47:39 +00:00
e8d4ad78d9 Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
f2e5e26af3 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
3197d6ddce Travis build: 2161 2018-06-18 18:26:52 +00:00
eb8950482a update luhnCheck example, add 2 tests, luhnCheck & mapObject 2018-01-10 14:48:59 +01:00
cf0fc094fd Travis build: 1010 2018-01-04 09:25:51 +00:00
05dfdafdd0 Update luhnCheck.md 2018-01-04 11:23:07 +02:00
afb4f3e864 Update luhnCheck.md 2018-01-04 11:22:32 +02:00
33c48fae26 Update luhnCheck.md 2018-01-03 17:56:42 +05:30
b41c1a6718 Update luhnCheck.md 2018-01-03 17:44:36 +05:30
ff4311d8ff Create luhnCheck.md 2018-01-03 14:32:35 +05:30