Commit Graph

540 Commits

Author SHA1 Message Date
8b03f3d26d ran npm run tagger & add array tag to DB 2017-12-15 02:37:19 -05:00
54e71191fc add without.md 2017-12-15 02:35:30 -05:00
2c9486ae7f deep flatten array without reduce 2017-12-14 22:34:10 -08:00
4e7085b5ba new arrray remove and concat issue fixed 2017-12-15 11:41:51 +05:30
dca2f9ec07 ran npm run tagger & add array tag for takeRight 2017-12-14 19:03:20 -05:00
a64f389c78 Rename hexidecimal-to-RGB.md to hexadecimal-to-RGB.md 2017-12-15 01:00:44 +01:00
d79ffc0f24 add takeRight 2017-12-14 19:00:10 -05:00
30a0d91372 Create hexidecimal-to-RGB.md 2017-12-15 00:48:15 +01:00
fc5e66a141 Delete array-without.md 2017-12-15 00:30:18 +01:00
e96393019c Create array-without.md 2017-12-15 00:23:10 +01:00
74b5a78f2b Update array-zip.md 2017-12-14 23:56:51 +01:00
ad86ce4047 Merge pull request #1 from taltmann42/lodash-array-zip
Array zip
2017-12-14 23:55:14 +01:00
ffb917e72d Array zip
Zip method from https://lodash.com/docs/4.17.4#zip
2017-12-14 23:54:55 +01:00
0925f657da Placed parameters of pipe on one line for better readability 2017-12-14 14:53:20 -08:00
89cb11bccc removed unnecessary brackets around one parameter function 2017-12-14 14:52:25 -08:00
671ea5a330 Rewrote pipe such that the first function may have any arity. 2017-12-14 14:44:38 -08:00
210976364c Create compose-functions.md 2017-12-15 09:04:08 +11:00
ddbcf68456 Build README 2017-12-14 23:47:46 +02:00
7fea66bd32 Merge pull request #138 from atomiks/patch-5
Use `console.time()` to measure time taken by function
2017-12-14 23:47:20 +02:00
94799c46d9 Update measure-time-taken-by-function.md 2017-12-15 08:43:47 +11:00
6074aa6754 Tag, lint, build 2017-12-14 23:29:12 +02:00
092b2c4f37 Merge pull request #137 from atomiks/patch-4
Create shallow-clone-object.md
2017-12-14 23:27:35 +02:00
db097c03f2 Update shallow-clone-object.md 2017-12-14 23:27:27 +02:00
4590ff78df Merge pull request #135 from ecwyne/round-to-n-digits
round number to n digits
2017-12-14 23:26:55 +02:00
e4da4c51e3 Merge pull request #136 from Chalarangelo/Chalarangelo-nth
Create nth-element-of-array.md
2017-12-14 23:26:38 +02:00
6ced078936 Create shallow-clone-object.md
We need a deep clone too but that's a different animal.

`JSON.parse(JSON.stringify(obj))` is not very good because it strips functions, etc.
2017-12-15 08:17:21 +11:00
cbe7d80ba5 Update round-number-to-n-digits.md 2017-12-14 23:15:34 +02:00
9d29636e43 Create nth-element-of-array.md 2017-12-14 23:11:52 +02:00
d9821bfafd round number to n digits 2017-12-14 13:09:08 -08:00
aafeaaabda Tag, lint, build 2017-12-14 23:00:38 +02:00
7c0e044e03 Merge pull request #131 from arjunmahishi/num2array
Added snippet to convert number to array of digits
2017-12-14 22:54:56 +02:00
69b3e2b97f Update number-to-array-of-digits.md 2017-12-14 22:53:42 +02:00
f827f0d109 updated changes 2017-12-15 00:44:39 +05:30
6ef96cc3a6 updated changes 2017-12-15 00:37:32 +05:30
655584d0ed Fixed typo 2017-12-15 00:25:46 +05:30
a14f144436 Fix filename 2017-12-14 20:53:53 +02:00
d15ef2afa9 Added snippet to convert number to array of digits 2017-12-15 00:23:10 +05:30
3fde98fc2e Lint and build 2017-12-14 20:52:07 +02:00
3f8ca8d615 Tag and build 2017-12-14 20:49:06 +02:00
828023d4ea Merge pull request #128 from meetzaveri/patch-2
Create Speech_synthesis.md
2017-12-14 20:48:04 +02:00
744c6f359d Update and rename Speech_synthesis.md to speech_synthesis-(experimental).md 2017-12-14 20:47:23 +02:00
240eda3809 Tag and build 2017-12-14 20:26:20 +02:00
1169f78baf Merge pull request #114 from LeandroFranciscato/master
Adding get-days-difference-between-dates
2017-12-14 20:25:16 +02:00
44e92bc8e3 Merge branch 'master' into master 2017-12-14 20:25:08 +02:00
39ce70f590 Merge branch 'master' into master 2017-12-14 20:24:48 +02:00
db4e2478cd Update get-days-difference-between-dates.md 2017-12-14 20:24:12 +02:00
26c8055fa4 Build README 2017-12-14 20:21:26 +02:00
f71a3a02e2 Merge pull request #130 from Chalarangelo/Chalarangelo-is-array-fix
Fixed is-array snippet
2017-12-14 20:21:06 +02:00
f81b49f9f5 Resolve #111 2017-12-14 20:20:37 +02:00
3549379bcb Build README 2017-12-14 20:13:16 +02:00