Commit Graph

350 Commits

Author SHA1 Message Date
6ddb9d349c Update is-function.md 2017-12-14 13:46:06 +02:00
af1758c2df Merge pull request #112 from jkomyno/patch-1
Fixed typo
2017-12-14 13:45:48 +02:00
ab26207a79 Fixed typo
Is boolean => Is function
2017-12-14 12:43:44 +01:00
ba63cbfcd2 Fix typo 2017-12-14 13:17:20 +02:00
4c6182775d Add isArray 2017-12-14 13:10:06 +02:00
5520985d73 Updated builder with links to top 2017-12-14 13:07:19 +02:00
2e2513a81e Additional guidelines in CONTRIBUTING 2017-12-14 13:05:13 +02:00
e6d89428f2 Build README 2017-12-14 13:04:09 +02:00
78e8c48e85 Merge pull request #110 from atomiks/patch-4
Create element-is-visible-in-viewport.md
2017-12-14 13:02:57 +02:00
3aa0c5eec0 Added isX functions 2017-12-14 12:56:02 +02:00
6abffae5c4 Build README 2017-12-14 12:50:15 +02:00
6e1350a58f Merge pull request #75 from meetzaveri/patch-2
Create join_array_like_objects.md
2017-12-14 12:48:26 +02:00
ec2a43cb3c Create element-is-visible-in-viewport.md
https://codepen.io/anon/pen/MrwYzx

Adjust the `transform: translate()` to test it out
2017-12-14 21:34:48 +11:00
0d3a58249c Update arrayConcat example 2017-12-14 12:31:43 +02:00
9760ddf0ef Fixed arrayConcat example 2017-12-14 12:29:51 +02:00
b8b1994bfd Build README 2017-12-14 12:18:42 +02:00
57743e2a30 Merge pull request #107 from sabareeshkk/master
array concat functionality added
2017-12-14 12:18:05 +02:00
9ccbb3d2c6 Merge branch 'master' into master 2017-12-14 12:17:58 +02:00
f8ac62ea14 Merge branch 'master' into master 2017-12-14 12:17:45 +02:00
6776175311 Update and rename concat.md to array-concatenation.md 2017-12-14 12:17:11 +02:00
9ebbe62fb9 Update concat.md
Improved description a little.
2017-12-14 12:16:25 +02:00
c52476eab4 array concat functionality added 2017-12-14 15:39:17 +05:30
f7095814f4 Build README 2017-12-14 11:55:45 +02:00
d8cc564d23 Merge pull request #106 from kingdavidmartins/add-take-snippet
ran npm run build-list & add take.md
2017-12-14 11:55:12 +02:00
a93268e596 Update README.md 2017-12-14 11:51:24 +02:00
db28e1ee28 Update take.md 2017-12-14 11:50:52 +02:00
236616efea refactor take 2017-12-14 04:46:16 -05:00
ce2cd00079 Update and rename drop_elements_in_array.md to drop-elements-in-array.md 2017-12-14 11:36:20 +02:00
8ca776aa03 ran npm run build-list & add take.md 2017-12-14 04:35:14 -05:00
d9662f3953 Update and rename check_for_boolean.md to check-for-boolean-primitive-values.md 2017-12-14 11:32:08 +02:00
0f775ba97b Build README 2017-12-14 11:30:00 +02:00
e1985f9fab Merge pull request #68 from atomiks/patch-3
Create standard-deviation.md
2017-12-14 11:29:30 +02:00
2c30c0afde Update standard-deviation.md 2017-12-14 11:29:20 +02:00
3fa2d41ff3 Build README 2017-12-14 11:24:46 +02:00
bede528c52 Use explicit default value 2017-12-14 20:24:07 +11:00
ffa7a8fdd0 Merge pull request #102 from sekmenhuseyin/master
Create validate-email.md
2017-12-14 11:23:29 +02:00
66702ee476 Update validate-email.md 2017-12-14 11:23:21 +02:00
a528b7f709 Build README 2017-12-14 11:15:49 +02:00
f30060a328 Merge pull request #88 from darrenscerri/shuffle
Remove duplicate shuffle array snippets. Simplify implementation
2017-12-14 11:13:51 +02:00
c56405f88c Merge branch 'master' into shuffle 2017-12-14 11:13:42 +02:00
f70ca902d6 Merge branch 'master' into shuffle 2017-12-14 11:13:06 +02:00
f8d55631c6 Merge pull request #88 from darrenscerri/shuffle 2017-12-14 11:10:47 +02:00
3b0fa08fdd Build README 2017-12-14 10:59:20 +02:00
07f870157c Merge pull request #97 from jackPanyj/patch-2
the chunk Array:  use Array.from instead of Array.apply
2017-12-14 10:58:53 +02:00
dc45de12eb Merge pull request #105 from kingdavidmartins/update-last-of-list
update last-of-list & ran npm run build-list
2017-12-14 10:52:40 +02:00
2123d8d50a update last-of-list & ran npm run build-list 2017-12-14 03:49:18 -05:00
6bf72a2358 Merge pull request #104 from kingdavidmartins/update-initial-of-list
ran npm run build-list & update intial-of-list description
2017-12-14 10:47:18 +02:00
2afdce90ee Build README 2017-12-14 10:46:46 +02:00
7b7a2c75b6 Merge pull request #85 from elderhsouza/patch-5
group by
2017-12-14 10:45:46 +02:00
91f393207d Update group-by
Shortened code. It now also follows the styleguide more precisely. Improved description.
2017-12-14 10:45:09 +02:00