Commit Graph

1779 Commits

Author SHA1 Message Date
568d670dbc Merge pull request #552 from Chalarangelo/hash
[FEATURE] Hash methods
2018-01-17 21:25:29 +02:00
6499985961 Combined is snippets into a generic one 2018-01-17 21:23:46 +02:00
7f021e518b Update tdd and convert node snippet to async 2018-01-17 21:13:12 +02:00
27f00d7cc5 rename distinctValuesOfArray into uniqueElements 2018-01-17 18:02:49 +01:00
d765318836 Update hashNode.md 2018-01-17 17:37:27 +02:00
3e92c97ff0 Update hashBrowser.md 2018-01-17 17:37:14 +02:00
94d2f2c404 Hash methods 2018-01-17 14:09:01 +02:00
b61e7ae1f8 Fix spelling in snippet description 2018-01-16 23:22:20 -08:00
97a2abe65b Add comment to second example about body
Explain that by providing null/undefined, we are telling it we are not sending a body(or specifically a lack there of)
2018-01-16 10:09:52 -08:00
efaeb99a2d HTTP Post footprint change
No we require either a body, or a null/undefined
Closes #520
2018-01-16 10:05:29 -08:00
a030c867d2 Travis build: 1268 2018-01-16 16:52:18 +00:00
7329bba847 Merge branch 'master' into urlJoin 2018-01-16 18:48:59 +02:00
62bb691a8b Travis build: 1265 2018-01-16 15:14:29 +00:00
dd5f7c8c3e Add InitializeArrayWithRangeRight.md 2018-01-16 17:09:39 +02:00
2d9b00bb61 Add isNil and isUndefined 2018-01-16 16:50:21 +02:00
b48fa8f16d Added a few type checking snippets from lodash 2018-01-16 16:42:17 +02:00
ba495b3230 Travis build: 1252 2018-01-16 14:03:01 +00:00
46c784b13b Merge pull request #542 from Chalarangelo/observe
[FEATURE] Add observeMutations.md
2018-01-16 15:58:54 +02:00
6d60dcb99c Update observeMutations.md 2018-01-16 15:57:40 +02:00
fca48e797e Add URLJoin.md 2018-01-16 15:53:03 +02:00
d02c622ac5 Travis build: 1238 2018-01-15 17:12:46 +00:00
e3b7813eb7 Update equals.md 2018-01-15 18:54:27 +02:00
c62cf0eff3 Added equals.md and tests 2018-01-15 18:34:11 +02:00
49416acd4b Travis build: 1231 2018-01-15 12:03:06 +00:00
fef6f0e098 Merge pull request #543 from ergenekonyigit/master
[FEATURE] Add randomIntArrayInRange
2018-01-15 14:01:47 +02:00
a06001e0b8 Update randomIntArrayInRange.md 2018-01-15 14:00:51 +02:00
f1b883041e example fix 2018-01-15 14:27:35 +03:00
93bd5a716b Name changed for easy to find. 2018-01-15 14:25:18 +03:00
80ade4866d Update randomIntWithLengthInRange.md 2018-01-15 12:32:30 +03:00
c10d58b67e Travis build: 1226 2018-01-13 22:59:27 +00:00
f28466f520 Merge pull request #541 from Chalarangelo/cookies
[FEATURE] Add parseCookie and serializeCookie
2018-01-14 00:58:15 +02:00
3c69263268 randomIntWithLengthInRange 2018-01-13 20:13:37 +03:00
bdbc6db294 Travis build: 1222 2018-01-13 15:26:47 +00:00
875ae8c7ed Improved getColonTime()
Reduced function code to a single line. Uses Date.toTimeString() and String.slice() to select just the colon time from stirng.
2018-01-13 10:16:09 -05:00
aadfd96b09 Fixes to Submitted Functions
Fixed formatting of both snippet files.
2018-01-13 10:14:48 -05:00
230caa1c21 Removed Unwanted Functions
Removed unnecessary functions, features are present in other two submitted functions.
2018-01-13 10:12:48 -05:00
456a36051c Add observeMutations.md 2018-01-13 14:58:52 +02:00
18b9ba9a68 Add parseCookie and serializeCookie 2018-01-13 14:19:21 +02:00
3e1272993c Add colorize 2018-01-13 13:36:59 +02:00
57357a4348 Guidelines fix 2018-01-12 10:17:39 -05:00
48aa98d439 Travis build: 1213 2018-01-12 12:48:24 +00:00
80253e62ce Merge remote-tracking branch 'origin/master' 2018-01-12 14:44:24 +02:00
c1be986051 Add merge 2018-01-12 14:44:20 +02:00
d350d2470a Travis build: 1211 2018-01-12 11:57:19 +00:00
c1c37f8191 Add transform 2018-01-12 13:55:49 +02:00
b660101f80 Travis build: 1209 2018-01-12 11:39:03 +00:00
37d70bf58f Combined functions and functionsIn
Makes more sense that way, following the example of flatten.
2018-01-12 13:37:33 +02:00
430f2af576 Travis build: 1207 2018-01-12 11:32:53 +00:00
1fe9572743 Update httpPost.md 2018-01-12 13:31:23 +02:00
4c04c3e9e2 Travis build: 1205 2018-01-12 11:29:50 +00:00