Commit Graph

129 Commits

Author SHA1 Message Date
ffc7d2aeb8 Travis build: 1019 2019-02-25 06:42:36 +00:00
240e38b4a0 Travis build: 1012 2019-02-23 10:50:43 +00:00
6cd727c0e0 Travis build: 996 2019-02-12 20:42:35 +00:00
e0786a8944 Travis build: 989 2019-02-09 09:36:32 +00:00
2313ee266a Travis build: 961 2019-01-16 21:43:21 +00:00
8786e79777 Travis build: 955 2019-01-14 05:42:56 +00:00
af0f433975 Fixed issues with deepClone, built everything 2019-01-12 11:42:14 +02:00
ec24d224fd Travis build: 942 2019-01-09 18:13:53 +00:00
b25e9f87a0 Travis build: 891 2018-12-12 17:17:27 +00:00
d439420f39 Travis build: 888 2018-12-12 16:47:28 +00:00
6426303b26 Travis build: 884 2018-12-12 16:41:03 +00:00
aece53348f Travis build: 766 2018-11-10 12:20:46 +00:00
f071e08d7a Travis build: 764 2018-11-10 11:57:01 +00:00
3d8a46233e Travis build: 718 2018-10-31 19:07:56 +00:00
7f66c791f6 Travis build: 716 2018-10-31 18:43:39 +00:00
90b830bc0d Travis build: 711 2018-10-31 16:51:58 +00:00
41735984c1 Travis build: 704 2018-10-26 18:28:38 +00:00
259b99fa08 Travis build: 692 2018-10-26 15:37:27 +00:00
8dab15f151 Travis build: 690 2018-10-26 14:42:08 +00:00
d6af04ac28 Travis build: 688 2018-10-26 14:19:53 +00:00
4270fa9a3d Linted everything, removed semistandard 2018-10-18 23:38:01 +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
5c9c6b7987 Travis build: 78 2018-07-14 08:01:07 +00:00
2c47f76676 Add mapString, fix dig 2018-07-14 10:59:56 +03:00
f76ba78437 Update dig.md 2018-07-14 10:25:44 +03:00
9176acf753 more refactoring 2018-07-09 23:17:41 -07:00
ab1d0ed9c8 refactor map/filter with reduce 2018-07-08 23:34:11 -07:00
6304ab2d11 refactor with ternary and small example 2018-07-08 15:24:11 -07:00
2465bccb95 WIP: create snippet dig.md . npm run tester failed. 2018-07-08 13:06:24 -07:00