Commit Graph

1018 Commits

Author SHA1 Message Date
ef7c7bc650 Update toDecimalMark.md 2017-12-22 19:01:24 +03:30
db7f973eb8 I found a way more ES6ish way to do this 2017-12-22 18:51:50 +03:30
6db0703f66 Merge pull request #319 from iamsoorena/update-todecimal
Update toDecimalMark
2017-12-22 17:09:43 +02:00
2d1cd52ac3 Update toDecimalMark.md 2017-12-22 18:34:37 +03:30
cf140b5c9c Merge pull request #314 from gokulk94/bug/viewportVisibility
[BUG] Add missing line of code to elementIsVisibleInViewport
2017-12-22 18:01:00 +03:30
778852df10 Merge pull request #305 from skatcat31/feature/adapters/flip
[Feature] Add flip adapter
2017-12-22 15:09:31 +01:00
814dd658e4 Update flip.md
updated formatting
2017-12-22 17:34:45 +03:30
e5c87a2743 Merge pull request #307 from skatcat31/feature/adapters/spread
[FEATURE] add spreadOver snippet
2017-12-22 14:56:22 +01:00
099809caad Update fibsTillNum.md 2017-12-22 17:11:36 +03:30
f43ce09e73 Update fibsTillNum.md 2017-12-22 17:10:51 +03:30
53246ccc62 Update fibonacciTillNum.md
resolve issue with comments
2017-12-22 17:10:30 +03:30
4deb253d4c make gcd accept variable arguments 2017-12-22 18:46:17 +05:30
ed528e2bb8 Update description adding template literal explanation 2017-12-22 15:03:55 +03:30
7d47cf05db 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
18741354c3 add snippet fibonacciTillNum 2017-12-22 16:58:16 +05:30
7178ef0e31 add snippet fibsTillNum 2017-12-22 16:52:25 +05:30
6e7f0030af add missing line of code to elementIsVisibleInViewport 2017-12-22 14:55:09 +05:30
7c1641aeb4 unordered 2017-12-22 10:39:43 +02:00
0d584cd2e0 ordered 2017-12-22 10:39:12 +02:00
0a18ab0957 minor url 2017-12-22 10:38:02 +02:00
fd65cbcdd1 minor 2017-12-22 10:37:41 +02:00
064325ef18 unorderd 2017-12-22 10:37:03 +02:00
c4eb961b5c Resolves #297 2017-12-22 10:31:50 +02:00
d73724cba4 github markup 2017-12-22 10:29:48 +02:00
1dd55fb54c Minor formatting 2017-12-22 09:44:59 +02:00
2056006fd4 Update spreadOver.md 2017-12-22 09:44:14 +02:00
8697fcf87f Update flip.md 2017-12-22 09:43:49 +02:00
93b6f3f28b Minor formatting and updated description 2017-12-22 09:41:39 +02:00
5a19b255cf added reducedFilter snippet 2017-12-22 09:37:36 +02:00
7816902f71 Minor formatting 2017-12-22 09:36:36 +02:00
ade77f58ff Update fibonacci.md 2017-12-22 13:47:32 +08:00
5178328002 [FEATURE] add collectInto snippet 2017-12-21 19:08:36 -08:00
8f9d1cad00 [FEATURE] add spreadOver snippet 2017-12-21 18:33:57 -08:00
d577114321 Fix: example was a little wrong 2017-12-21 16:47:12 -08:00
f616488615 [Feature] Add flip adapter 2017-12-21 16:42:15 -08:00
0b90492a41 Improve isPrime to be O(sqrt(n)) (#298)
* improve isPrime to be O(sqrt(n))
2017-12-21 23:31:51 +01:00
d8a10ed770 Merge pull request #300 from Y-Less/Branch_validateEmail
[FIX: #294] Remove validateEmail entirely (resolves #294).
2017-12-21 23:06:01 +02:00
c74be91968 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
22dbda940f Removed unique occurence of wrapping a single argument function with parenthesis 2017-12-21 13:55:25 -05:00
4bf5e36c9d Remove validateEmail entirely (#294). 2017-12-21 18:20:59 +00:00
5dd03ba8ed Fix #299 2017-12-21 18:19:39 +00:00
ae3e5e9bf2 Merge pull request #293 from kriadmin/master
Add snippet arrayLcm
2017-12-21 17:43:04 +02:00
16cba8a454 Update arrayLcm.md
Fixed second example as @iamsoorena suggested
2017-12-21 17:27:07 +02:00
c244042665 Add snippet arrayLcm 2017-12-21 20:35:45 +05:30
07337c25b5 Update toDecimalMark.md 2017-12-21 15:37:35 +01:00
b65d0bd702 Rename numberWithCommas.md to toDecimalMark.md 2017-12-21 15:29:51 +01:00
f76e8f357c Update numberWithCommas.md 2017-12-21 15:29:32 +01:00
36bee96c93 Add numberWithCommas
Use commas to separate digits。
2017-12-21 22:09:55 +08:00
0d39ab4adb Merge pull request #290 from kingdavidmartins/rename-stringToArray
Rename stringToArrayOfWords -> words
2017-12-21 15:19:35 +02:00
91ae3154d5 renamed stringToArray... -> words.md 2017-12-21 07:50:57 -05:00