Commit Graph

1779 Commits

Author SHA1 Message Date
c869d995f1 Updated longestItem + tests 2018-08-14 20:55:06 +03:00
5dc5b345fa Updated description 2018-08-14 20:37:58 +03:00
1af1944a71 Simplified nth Element 2018-08-14 10:41:22 -04:00
b7b0850219 Simplified isArrayLike 2018-08-13 15:53:24 -04:00
b8aa5315d2 Merge pull request #710 from Bruce-Feldman/Simplify-rearg
[ENHANCEMENT] Simplified Rearg Snippet
2018-08-13 14:25:50 +03:00
684fe25daf Code styling 2018-08-13 14:25:31 +03:00
8dce7d68f7 Travis build: 220 2018-08-13 11:23:31 +00:00
034193a80c Merge pull request #713 from EthanOrange/patch-4
Update initializeArrayWithRange snippet
2018-08-13 14:22:33 +03:00
759085acea Update initializeArrayWithRange.md 2018-08-13 08:51:50 +03:00
13202cbdd7 Update initializeArrayWithRange sinppets
Array.from(arrayLike[, mapFn[, thisArg]]) instand of  `Array.map()` to fill with the desired values in a range
2018-08-13 09:36:54 +08:00
bd2da58870 Optimized longestItem 2018-08-12 21:07:40 -04:00
dcd1d586c9 Simplified rearg snippet 2018-08-12 12:35:50 -04:00
93e9513c8b Travis build: 210 2018-08-10 07:50:02 +00:00
fd6013c6ea Update bindKey.md 2018-08-10 10:47:56 +03:00
0232795592 Update symmetricDifference
No const
One time new Set()
One line code style
2018-08-10 15:47:20 +08:00
333182a5dc Get rid of arguments for bindKey 2018-08-10 11:40:33 +04:00
a7560c7749 Get rid of arguments for bind 2018-08-09 11:50:24 +04:00
044e8bfe59 Simplify average 2018-08-08 14:23:35 +04:00
2a6c992f73 Added allEqual + tests 2018-08-02 22:03:08 +01:00
c78d37ef91 Travis build: 181 2018-08-02 20:15:23 +00:00
272b6588b3 indexOfAll.md returns a functions with shadow vars
It returned a function that accepted the same arguments again that when run again with the same inputs would eventually result
2018-08-02 12:57:02 -07:00
ae8c006535 Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
f634531b44 Simplify indexOfAll 2018-08-02 15:36:36 +04:00
8f6f796ce2 Codacy issue fixes 2018-08-02 12:02:29 +03:00
21d06a55fa Travis build: 110 2018-07-18 18:03:57 +00:00
96c0254536 Tags and tests 2018-07-18 21:02:42 +03:00
78b62ab4f1 add uniqueElements By and ByRight 2018-07-18 20:49:07 +03:00
d63860e9a9 Add filterNonUniqueBy 2018-07-18 20:40:53 +03:00
855b6d70d5 Travis build: 78 2018-07-14 08:01:07 +00:00
005dfcf8d0 Add mapString, fix dig 2018-07-14 10:59:56 +03:00
bcef534ab1 Update dig.md 2018-07-14 10:25:44 +03:00
1a3e1dde1e more refactoring 2018-07-09 23:17:41 -07:00
2577e13265 refactor map/filter with reduce 2018-07-08 23:34:11 -07:00
162fe2599b refactor with ternary and small example 2018-07-08 15:24:11 -07:00
8ee6efc01a WIP: create snippet dig.md . npm run tester failed. 2018-07-08 13:06:24 -07:00
e6cd53cf59 Travis build: 53 2018-07-06 17:33:49 +00:00
c382edf469 Quotation consistency between toCSV converters 2018-07-06 20:29:32 +03:00
7443e9270f Add JSONtoCSV
Resolve #686
2018-07-06 20:25:46 +03:00
c5e8ba51d4 Travis build: 31 2018-06-27 18:17:10 +00:00
5ef18a9a55 Add CSVToJSON 2018-06-27 21:14:24 +03:00
9f180a93ac Travis build: 29 2018-06-27 17:59:04 +00:00
906cea6c83 Add CSVtoArray 2018-06-27 20:57:54 +03:00
b791af2324 Travis build: 27 [custom] 2018-06-27 17:46:34 +00:00
a661f2f28d Merge remote-tracking branch 'origin/master' 2018-06-27 20:26:57 +03:00
537bff5093 Add arrayToCSV 2018-06-27 20:26:43 +03:00
2b0c3668f6 Update matchesWith.md 2018-06-23 16:36:25 +03:00
39e34eee56 fix type and make strict equal 2018-06-23 18:46:47 +08:00
e751d144b2 Travis build: 11 2018-06-23 07:22:21 +00:00
17e2c03315 Merge pull request #671 from OutThisLife/patch-1
ELO snippet formatting + performance
2018-06-23 10:21:26 +03:00
ff7275fc12 Update elo.md 2018-06-23 10:20:37 +03:00