Commit Graph

1728 Commits

Author SHA1 Message Date
7a2254e87e Resolve #754 2018-10-01 19:36:22 +03:00
2b7db4ce09 Travis build: 568 2018-10-01 16:35:03 +00:00
420bb90628 Merge branch 'master' into master 2018-10-01 19:33:44 +03:00
d8a1c09133 Update takeRightWhile.md 2018-10-01 19:32:54 +03:00
4033279273 Update tomorrow.md 2018-09-29 16:57:40 +03:00
1580116dd7 Travis build: 559 2018-09-29 13:47:39 +00:00
451132c302 Added tests for new date snippets 2018-09-29 14:29:56 +03:00
08509a2aed Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
bd04a9e9ac Add minDate, maxDate 2018-09-29 13:38:20 +03:00
7f7ebc24dd Add dayOfYear 2018-09-29 13:22:20 +03:00
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
e97fdf2682 Formatting changes 2018-09-27 22:47:46 +03:00
b44b539b40 Travis build: 539 2018-09-27 15:13:22 +00:00
aa15eada60 Merge pull request #753 from 30-seconds/feature/shank
[FEATURE] shank()
2018-09-27 18:12:10 +03:00
10e3673e14 Travis build: 537 2018-09-27 13:59:46 +00:00
65a8221fb8 Merge pull request #748 from 30-seconds/indentString
Add indentString
2018-09-27 16:58:31 +03:00
efce13b1e1 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
f26818b4d6 Merge pull request #751 from Theomg/master
[ENHANCEMENT] Simpler solution to mask using padStart
2018-09-26 12:27:33 +03:00
e2a1310db1 Update mask.md 2018-09-26 12:27:04 +03:00
d8ee8c0c32 Update allEqual description 2018-09-25 23:14:42 +03:00
95262b249d Fix takeRightWhile doc 2018-09-25 10:13:32 +04:00
77167a059d simpler solution to mask using padStart 2018-09-25 00:21:18 +00:00
28e84d483c Add indentString 2018-09-24 22:14:27 +03:00
0a3fc48320 Update and archive pipeLog 2018-09-22 14:38:12 +03:00
74e43a9af4 Merge pull request #719 from 3dos/patch-1
[FEATURE] Create pipeLog.md
2018-09-22 14:37:26 +03:00
a2356fdbb3 Updated for transfer to org 2018-09-22 10:58:26 +03:00
9c6087c4ac Refactor takeRightWhile 2018-09-20 18:10:31 +04:00
9e51c0508a Remove parentheses for objectFromPairs argument 2018-09-10 09:03:26 +04:00
b8296152d0 Add parentheses for objectFromPairs argument 2018-09-08 11:59:01 +04:00
d47cdf3e3d Simplify objectFromPairs 2018-09-07 17:46:58 +04:00
10fd881b1e Change docs for nodeListToArray 2018-09-05 18:36:06 +04:00
e6c1427412 Using more declarative way to create array in nodeListToArray 2018-09-05 18:31:52 +04:00
3c8e4ef4b9 Simplify intersectionBy 2018-09-04 17:00:12 +04:00
8573bb024a Simplify inRange 2018-09-03 10:27:11 +04:00
fc2a6dc816 Travis build: 313 2018-09-01 10:09:50 +00:00
41b462631f Merge branch 'master' into new-snippets 2018-09-01 13:08:18 +03:00
21632f87b6 update deepFreeze 2018-09-01 12:01:02 +02:00
37fbde0d4f Travis build: 283 2018-08-29 21:11:17 +00:00
d217716ccc Update hide.md 2018-08-29 23:08:11 +02:00
e35cb76b66 Simplify hide 2018-08-29 13:50:25 +04:00
44eea3e9ed Use destructuring and template string for formatDuration (#720) 2018-08-27 15:52:06 +02:00
87552862c3 add deepFreeze 2018-08-25 17:54:16 +02:00
a5e160c39b Update pipeLog.md 2018-08-20 15:09:02 +02:00
d841f88a13 Create pipeLog.md 2018-08-20 14:32:35 +02:00
bdd61b7ff2 Merge pull request #709 from EthanOrange/patch-3
Update symmetricDifference, add uniqueSymmetricDifference
2018-08-17 08:41:31 +03:00
5a3e4f3ce4 Improved descriptions 2018-08-17 08:39:04 +03:00
250a856e69 Added uniqueSymmetricDifference and updated symmetricDifference 2018-08-17 08:37:08 +03:00
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