Commit Graph

1664 Commits

Author SHA1 Message Date
61d3e3a29e Update symmetricDifference
No const
One time new Set()
One line code style
2018-08-10 15:47:20 +08: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
70f9d37649 Merge pull request #671 from OutThisLife/patch-1
ELO snippet formatting + performance
2018-06-23 10:21:26 +03:00
cfda1b7841 Update elo.md 2018-06-23 10:20:37 +03:00
5044fc1227 Update elo.md 2018-06-23 10:19:59 +03:00
e4eebca563 Update elo.md 2018-06-23 10:17:42 +03:00
bfae99fb54 fix data check 2018-06-23 10:16:41 +08:00
1e4ebaf4c0 Travis build: 2165 2018-06-19 17:59:43 +00:00
1c8e535a41 Add 4 new browser snippets
triggerEvent - trigger an event on an element, insertAfter & insertBefore - parse and insert HTML after or before an element respectively, elementContains - checks if an element contains another element
2018-06-19 20:57:58 +03:00
e735b9229c Travis build: 2161 2018-06-18 18:26:52 +00:00
39d99a4723 Update countOccurrences function
Removes unnecessary addition of `0`.
2018-06-05 13:25:49 +01:00
8e1c3ef934 Travis build: 2110 2018-05-31 18:13:03 +00:00
aa9e98fa85 Update toHash.md 2018-05-31 21:09:51 +03:00
8ff17839b9 Remove unneeded closing parenthesis 2018-05-31 10:57:28 -07:00
22cad5941e Use call on Reduce to apply it to array likes 2018-05-31 10:56:07 -07:00
0f28eb4fb6 Update toHash.md 2018-05-30 16:15:13 -07:00
43efafa691 Rename toHash to toHash.md 2018-05-30 16:14:04 -07:00
25038e7f03 Add toHash snippet
A thing I've found myself using a LOT recently to create single pass closures so that I can grab a referenced object based on an identifier in another array. Useful for unfolding loops so you only have to loop over a dataset once before referencing them later
2018-05-30 16:12:29 -07:00
b8695263ee ELO snippet formatting + performance
Not assigning `arr.length` to a variable in a for loop means that the read is done on every iteration.
2018-05-30 11:07:10 -05:00