82d59bb8de
Add dayOfYear
2018-09-29 13:22:20 +03:00
f2e5e26af3
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
20e7d899f3
Formatting changes
2018-09-27 22:47:46 +03:00
5d4cbb1e26
Travis build: 539
2018-09-27 15:13:22 +00:00
2239021bb1
Merge pull request #753 from 30-seconds/feature/shank
...
[FEATURE] shank()
2018-09-27 18:12:10 +03:00
2d918edc1c
Travis build: 537
2018-09-27 13:59:46 +00:00
711e3b8158
Merge pull request #748 from 30-seconds/indentString
...
Add indentString
2018-09-27 16:58:31 +03:00
cc0c55da83
shank() - array - duplicates Array.prototype.splice() except returns a new array instead of mutating in-place
...
Update shank.md
Update shank.md
Update shank.js
Update shank.test.js
Update tag_database
remove testlog
2018-09-27 14:59:50 +02:00
f8d3cc5780
Merge pull request #751 from Theomg/master
...
[ENHANCEMENT] Simpler solution to mask using padStart
2018-09-26 12:27:33 +03:00
aa22ed3bbb
Update mask.md
2018-09-26 12:27:04 +03:00
de5aa8deb4
Update allEqual description
2018-09-25 23:14:42 +03:00
4cbb97733b
simpler solution to mask using padStart
2018-09-25 00:21:18 +00:00
eb12a93d85
Add indentString
2018-09-24 22:14:27 +03:00
2545881051
Update and archive pipeLog
2018-09-22 14:38:12 +03:00
41d625de50
Merge pull request #719 from 3dos/patch-1
...
[FEATURE] Create pipeLog.md
2018-09-22 14:37:26 +03:00
cf8acbcb1f
Updated for transfer to org
2018-09-22 10:58:26 +03:00
e4c7f96f24
Remove parentheses for objectFromPairs argument
2018-09-10 09:03:26 +04:00
5b9fcfe537
Add parentheses for objectFromPairs argument
2018-09-08 11:59:01 +04:00
3fee874519
Simplify objectFromPairs
2018-09-07 17:46:58 +04:00
48ec122b74
Change docs for nodeListToArray
2018-09-05 18:36:06 +04:00
c76e8a8ff4
Using more declarative way to create array in nodeListToArray
2018-09-05 18:31:52 +04:00
a14d808c18
Simplify intersectionBy
2018-09-04 17:00:12 +04:00
64942d8b6e
Simplify inRange
2018-09-03 10:27:11 +04:00
cb98d837b2
Travis build: 313
2018-09-01 10:09:50 +00:00
9258758aba
Merge branch 'master' into new-snippets
2018-09-01 13:08:18 +03:00
ee362163eb
update deepFreeze
2018-09-01 12:01:02 +02:00
02822336f0
Travis build: 283
2018-08-29 21:11:17 +00:00
9dd82662b2
Update hide.md
2018-08-29 23:08:11 +02:00
3cccae29da
Simplify hide
2018-08-29 13:50:25 +04:00
228b4a56d0
Use destructuring and template string for formatDuration ( #720 )
2018-08-27 15:52:06 +02:00
f1fb6aadb5
add deepFreeze
2018-08-25 17:54:16 +02:00
d3fd310a32
Update pipeLog.md
2018-08-20 15:09:02 +02:00
85b1602f02
Create pipeLog.md
2018-08-20 14:32:35 +02:00
10ae853849
Merge pull request #709 from EthanOrange/patch-3
...
Update symmetricDifference, add uniqueSymmetricDifference
2018-08-17 08:41:31 +03:00
609f80850f
Improved descriptions
2018-08-17 08:39:04 +03:00
4de6aceb04
Added uniqueSymmetricDifference and updated symmetricDifference
2018-08-17 08:37:08 +03:00
33266e45e2
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
1b4d27277d
Travis build: 231
2018-08-15 06:34:35 +00:00
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