Commit Graph

603 Commits

Author SHA1 Message Date
80faa07640 Update toKebabCase.md 2017-12-23 16:10:56 +01:00
4281d0b8b5 Update repeatString.md 2017-12-23 16:02:20 +01:00
401fd73dc6 Update repeatString.md 2017-12-23 15:59:44 +01:00
7bce20a457 add repeatString 2017-12-23 18:53:41 +05:30
887f0e6bd4 add toKebabCase 2017-12-23 18:45:16 +05:30
99b5fce9c7 Update and rename fibsTillNum.md to fibonacciCountUntilNum.md 2017-12-23 12:13:21 +02:00
052407cbeb Update and rename fibonacciTillNum.md to fibonacciUntilNum.md 2017-12-23 12:11:31 +02:00
c5ca1393b8 remove toKebabCase 2017-12-23 08:52:08 +05:30
56455d6d0e Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code 2017-12-22 22:50:32 +05:30
8328472d34 Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code 2017-12-22 22:49:21 +05:30
7d5ca201ed Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code 2017-12-22 22:46:00 +05:30
74d043b867 add snippet toKebabCase 2017-12-22 22:44:51 +05:30
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
18741354c3 add snippet fibonacciTillNum 2017-12-22 16:58:16 +05:30
7178ef0e31 add snippet fibsTillNum 2017-12-22 16:52:25 +05:30
c4eb961b5c Resolves #297 2017-12-22 10:31:50 +02:00
ade77f58ff Update fibonacci.md 2017-12-22 13:47:32 +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
2138108077 Merge pull request #287 from kriadmin/master
Add snippet primes
2017-12-21 14:47:41 +02:00
9bd7b3ebce Update primes.md 2017-12-21 14:45:43 +02:00
c0c4e15bae Merge pull request #289 from kingdavidmartins/update-fib
Update fib Array() -> Array.from()
2017-12-21 14:33:09 +02:00
0ccee21434 Merge pull request #286 from arjunmahishi/redirect
Snippet to perform HTTPS redirect
2017-12-21 14:26:36 +02:00
43906a05ad Update httpsRedirect.md 2017-12-21 14:26:15 +02:00
6a1d378e7e update fibonacci Array() -> Array.from() 2017-12-21 07:24:10 -05:00
3e98018a26 Fixed a typo 2017-12-21 17:26:23 +05:30
0c86d71a4c Update httpsRedirect.md 2017-12-21 16:10:50 +05:30
662d643069 add snippet primes 2017-12-21 15:50:22 +05:30
a31968117b Merge pull request #283 from kingdavidmartins/fix-pull
[UPDATE] pull.md -> fix hacky approach
2017-12-21 11:17:06 +02:00
0788f976d4 Merge pull request #282 from skatcat31/zipObject
[FEATURE] Add zipObject
2017-12-21 11:14:00 +02:00
2f1193915e Update zipObject.md 2017-12-21 11:13:38 +02:00
2c86ee720b Merge pull request #279 from arjunmahishi/clamp
Snippet to implement clamping
2017-12-21 11:08:52 +02:00
4c9dfeac58 Update clampNumber.md 2017-12-21 11:08:09 +02:00
bb135f6048 Update clampNumber.md 2017-12-21 11:08:01 +02:00