Commit Graph

611 Commits

Author SHA1 Message Date
Selim Ajimi
d778ddb2c8 Fix typos in spaces
Fix typo to fit the context

Fix typo add space

Fix small typo

Fix small typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Update tail.md

Fix typo

Fix small typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix small typo

Fix typo

Fix small typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo
2017-12-22 23:48:42 +01:00
Robert Mennell
5e33d20c6e [FEATURE] add call snippet (#309) 2017-12-22 23:48:41 +01:00
Selim Ajimi
12105592cc Fix small typo 2017-12-22 21:31:22 +01:00
Angelos Chalaris
0340078cc9 Merge pull request #308 from skatcat31/feature/adapters/collectInto
[FEATURE] add collectInto snippet
2017-12-22 20:19:29 +02:00
Robert Mennell
aac191c3c2 Update collectInto.md 2017-12-22 10:00:02 -08:00
Soorena
e11c320706 Update toDecimalMark.md 2017-12-22 20:56:08 +03:30
Soorena
388c56ce2f Update toDecimalMark.md 2017-12-22 19:01:24 +03:30
iamsoorena
d756f47860 I found a way more ES6ish way to do this 2017-12-22 18:51:50 +03:30
Angelos Chalaris
07f4f884c1 Merge pull request #319 from iamsoorena/update-todecimal
Update toDecimalMark
2017-12-22 17:09:43 +02:00
Soorena
c3db1940f7 Update toDecimalMark.md 2017-12-22 18:34:37 +03:30
Soorena
aa199ab626 Merge pull request #314 from gokulk94/bug/viewportVisibility
[BUG] Add missing line of code to elementIsVisibleInViewport
2017-12-22 18:01:00 +03:30
Stefan Feješ
0752a61b01 Merge pull request #305 from skatcat31/feature/adapters/flip
[Feature] Add flip adapter
2017-12-22 15:09:31 +01:00
Soorena
0511159fe8 Update flip.md
updated formatting
2017-12-22 17:34:45 +03:30
David Wu
59fc2effa1 Merge pull request #307 from skatcat31/feature/adapters/spread
[FEATURE] add spreadOver snippet
2017-12-22 14:56:22 +01:00
iamsoorena
0bce00743e Update description adding template literal explanation 2017-12-22 15:03:55 +03:30
iamsoorena
df4d48b80c Remove redundant number characters check
Remove unnecessary multiple array making with `.split()`
Reducing lines and making it more terse and readable
2017-12-22 15:00:46 +03:30
gokulk94
b8b6832a79 add missing line of code to elementIsVisibleInViewport 2017-12-22 14:55:09 +05:30
Angelos Chalaris
583606e559 Resolves #297 2017-12-22 10:31:50 +02:00
Angelos Chalaris
a5b4e3a752 Minor formatting 2017-12-22 09:44:59 +02:00
Angelos Chalaris
60e4092cf5 Update spreadOver.md 2017-12-22 09:44:14 +02:00
Angelos Chalaris
af5b5b197f Update flip.md 2017-12-22 09:43:49 +02:00
Angelos Chalaris
5229f7c558 Minor formatting and updated description 2017-12-22 09:41:39 +02:00
Angelos Chalaris
4bc4a23686 Minor formatting 2017-12-22 09:36:36 +02:00
王二
70b2e89ddf Update fibonacci.md 2017-12-22 13:47:32 +08:00
Robert Mennell
8c59d59a9e [FEATURE] add collectInto snippet 2017-12-21 19:08:36 -08:00
Robert Mennell
3ac3958008 [FEATURE] add spreadOver snippet 2017-12-21 18:33:57 -08:00
Robert Mennell
963b489088 Fix: example was a little wrong 2017-12-21 16:47:12 -08:00
Robert Mennell
f19a79b863 [Feature] Add flip adapter 2017-12-21 16:42:15 -08:00
Yuchen Zhang
544d69afa1 Improve isPrime to be O(sqrt(n)) (#298)
* improve isPrime to be O(sqrt(n))
2017-12-21 23:31:51 +01:00
Angelos Chalaris
82a7445a10 Merge pull request #300 from Y-Less/Branch_validateEmail
[FIX: #294] Remove validateEmail entirely (resolves #294).
2017-12-21 23:06:01 +02:00
Angelos Chalaris
b907c38bee Merge pull request #301 from Y-Less/Branch_everyNth
[FIX: #299] Make everyNth return the "Nth" value.
2017-12-21 23:04:56 +02:00
Rob Taussig
2082cbf2cd Removed unique occurence of wrapping a single argument function with parenthesis 2017-12-21 13:55:25 -05:00
Y_Less
573a87b56d Remove validateEmail entirely (#294). 2017-12-21 18:20:59 +00:00
Y_Less
afe42af21c Fix #299 2017-12-21 18:19:39 +00:00
Angelos Chalaris
b0ee1b7575 Merge pull request #293 from kriadmin/master
Add snippet arrayLcm
2017-12-21 17:43:04 +02:00
Angelos Chalaris
05fc2cc225 Update arrayLcm.md
Fixed second example as @iamsoorena suggested
2017-12-21 17:27:07 +02:00
Rohit
cc1e004cc6 Add snippet arrayLcm 2017-12-21 20:35:45 +05:30
David Wu
45f3114089 Update toDecimalMark.md 2017-12-21 15:37:35 +01:00
David Wu
8032af1f88 Rename numberWithCommas.md to toDecimalMark.md 2017-12-21 15:29:51 +01:00
David Wu
5aff282cab Update numberWithCommas.md 2017-12-21 15:29:32 +01:00
愚人码头
0428728578 Add numberWithCommas
Use commas to separate digits。
2017-12-21 22:09:55 +08:00
Angelos Chalaris
8a190f07b7 Merge pull request #290 from kingdavidmartins/rename-stringToArray
Rename stringToArrayOfWords -> words
2017-12-21 15:19:35 +02:00
King
4bbc747791 renamed stringToArray... -> words.md 2017-12-21 07:50:57 -05:00
Angelos Chalaris
194a28742c Merge pull request #287 from kriadmin/master
Add snippet primes
2017-12-21 14:47:41 +02:00
Angelos Chalaris
fbf81b7fa3 Update primes.md 2017-12-21 14:45:43 +02:00
Angelos Chalaris
833ee4cff5 Merge pull request #289 from kingdavidmartins/update-fib
Update fib Array() -> Array.from()
2017-12-21 14:33:09 +02:00
Angelos Chalaris
77fd047240 Merge pull request #286 from arjunmahishi/redirect
Snippet to perform HTTPS redirect
2017-12-21 14:26:36 +02:00
Angelos Chalaris
257efc2a00 Update httpsRedirect.md 2017-12-21 14:26:15 +02:00
King
2ba9279b8c update fibonacci Array() -> Array.from() 2017-12-21 07:24:10 -05:00
Rohit
9af15faf08 Fixed a typo 2017-12-21 17:26:23 +05:30