Commit Graph

1831 Commits

Author SHA1 Message Date
c6dc81b00b Merge pull request #712 from Bruce-Feldman/Simplify-nth_Element
[ENHANCEMENT] Simplified nth Element, added better support for negative numbers thanks to @Bruce-Feldman
2018-08-16 13:30:23 -07:00
ae3648167b Travis build: 231 2018-08-15 06:34:35 +00:00
ffb5bb29cd Updated longestItem + tests 2018-08-14 20:55:06 +03:00
26c3724d55 Updated description 2018-08-14 20:37:58 +03:00
59183e03b3 Simplified nth Element 2018-08-14 10:41:22 -04:00
6857bfcedc Simplified isArrayLike 2018-08-13 15:53:24 -04:00
544b8991af Merge pull request #710 from Bruce-Feldman/Simplify-rearg
[ENHANCEMENT] Simplified Rearg Snippet
2018-08-13 14:25:50 +03:00
fc625b6229 Code styling 2018-08-13 14:25:31 +03:00
1d674a9461 Travis build: 220 2018-08-13 11:23:31 +00:00
8e14e1ff59 Merge pull request #713 from EthanOrange/patch-4
Update initializeArrayWithRange snippet
2018-08-13 14:22:33 +03:00
78a8592803 Update initializeArrayWithRange.md 2018-08-13 08:51:50 +03:00
30b17c9b7b 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
95e5603702 Optimized longestItem 2018-08-12 21:07:40 -04:00
256f88b277 Simplified rearg snippet 2018-08-12 12:35:50 -04:00
06ab879e37 Travis build: 210 2018-08-10 07:50:02 +00:00
c03ff71088 Update bindKey.md 2018-08-10 10:47:56 +03:00
61d3e3a29e Update symmetricDifference
No const
One time new Set()
One line code style
2018-08-10 15:47:20 +08:00
c3015e47fc Get rid of arguments for bindKey 2018-08-10 11:40:33 +04:00
e726ed14db Get rid of arguments for bind 2018-08-09 11:50:24 +04:00
2b8b98ac7f Simplify average 2018-08-08 14:23:35 +04:00
8bc9dadee5 Added allEqual + tests 2018-08-02 22:03:08 +01:00
8c04af3ab5 Travis build: 181 2018-08-02 20:15:23 +00:00
a24423d5c6 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
43af1264ee Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
e8080f45d7 Simplify indexOfAll 2018-08-02 15:36:36 +04:00
45de1d6377 Codacy issue fixes 2018-08-02 12:02:29 +03:00
2fc7529f5b Travis build: 110 2018-07-18 18:03:57 +00:00
b129b46c0d Tags and tests 2018-07-18 21:02:42 +03:00
03ee6f73ca add uniqueElements By and ByRight 2018-07-18 20:49:07 +03:00
b5ba3ca4b7 Add filterNonUniqueBy 2018-07-18 20:40:53 +03: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
50d1141fd8 Travis build: 53 2018-07-06 17:33:49 +00:00
171706056f Quotation consistency between toCSV converters 2018-07-06 20:29:32 +03:00
5e0b1e113b Add JSONtoCSV
Resolve #686
2018-07-06 20:25:46 +03:00
677cf6e769 Travis build: 31 2018-06-27 18:17:10 +00:00
9788e764be Add CSVToJSON 2018-06-27 21:14:24 +03:00
94744440cc Travis build: 29 2018-06-27 17:59:04 +00:00
817298ab88 Add CSVtoArray 2018-06-27 20:57:54 +03:00
6c8888fcc6 Travis build: 27 [custom] 2018-06-27 17:46:34 +00:00
11c393f296 Merge remote-tracking branch 'origin/master' 2018-06-27 20:26:57 +03:00
de42015a01 Add arrayToCSV 2018-06-27 20:26:43 +03:00
d56e750cb0 Update matchesWith.md 2018-06-23 16:36:25 +03:00
770922a9d2 fix type and make strict equal 2018-06-23 18:46:47 +08:00
0f6d4dba24 Travis build: 11 2018-06-23 07:22:21 +00:00