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
a582850d3d
Travis build: 527 [cron]
2018-09-25 20:13:48 +00:00
0a3fc48320
Update and archive pipeLog
2018-09-22 14:38:12 +03:00
5db73f463e
Travis build: 475 [cron]
2018-09-18 20:12:19 +00:00
c845c2bced
Linted archive
2018-09-15 13:52:12 +03:00
ba785feca6
build
2018-09-14 15:15:41 +02:00
5597480a17
rebuild README
2018-09-14 13:00:38 +02:00
e21bff8504
fix isSimilar
2018-09-14 12:58:54 +02:00
43af1264ee
Travis build: 176 [cron]
2018-08-02 19:51:06 +00:00
5c38423805
Codacy style changes (minor)
2018-08-02 14:10:16 +03:00
76b2582c8e
Travis build: 1751 [cron]
2018-02-26 20:28:33 +00:00
ddbfa9d337
Merge branch 'master' into lev-dist
2018-02-26 17:32:47 +02:00
39e27a0505
Update levenshteinDistance.md
2018-02-26 17:32:09 +02:00
0df38bf62b
Update isSimilar.md
2018-02-26 17:28:07 +02:00
a47f64c89a
update
2018-02-26 15:06:47 +05:30
53dd6eeda4
add snippet to archive
2018-02-26 15:01:26 +05:30
998af8f9e2
Travis build: 1572 [cron]
2018-02-04 20:17:40 +00:00
1006da6fa5
Coding style fixes and improvements
2018-02-04 17:58:57 +02:00
3129126866
Fixed error prone checking etc in codebase
2018-02-04 17:48:07 +02:00
871830c6d0
Travis build: 1329 [cron]
2018-01-21 20:11:28 +00:00
d655ba6cc2
Archived cleanObj
...
It's essentially the same as `pick` but a lot more confusing.
2018-01-19 13:05:48 +02:00
e0e30a6108
Travis build: 1297 [cron]
2018-01-17 20:11:19 +00:00
f076160341
Fixed snippet archiver build and generated README
2018-01-16 16:23:25 +02:00
951509906e
Travis build: 1242 [cron]
2018-01-15 20:08:35 +00:00
ebba4213f6
Merge pull request #514 from Chalarangelo/XMLHttpRequest
...
[FEATURE] http requests snippets
2018-01-10 21:33:03 +02:00
962d848979
add to archive
2018-01-10 19:23:26 +01:00
763a738438
Travis build: 1118 [cron]
2018-01-09 20:43:29 +00:00
47aa3cf7b7
Travis build: 1115 [custom]
2018-01-09 13:27:42 +00:00
4060edf42e
Travis build: 1112 [custom]
2018-01-09 13:22:34 +00:00
8be9f821ef
Archived both snippets discussed
...
countVowels and replaceVowels are now in the archive
2018-01-09 14:22:29 +02:00
99c614fea7
Merge remote-tracking branch 'kingdavidmartins/add.binarySearch' into add.binarySearch
2018-01-09 01:20:25 +02:00
8b24e46b72
Archived binarySearch.md
2018-01-09 01:20:17 +02:00
0425ebefe7
Archive, multitagging, cleanup
...
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
2018-01-05 16:33:54 +02:00