|
|
3fd2470dfa
|
rename pipe.md and randomHexColorCode
|
2017-12-26 22:32:27 +05:30 |
|
|
|
be751271cc
|
Formatting
|
2017-12-26 14:13:27 +01:00 |
|
|
|
7bf83a86b6
|
Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code
|
2017-12-26 18:35:18 +05:30 |
|
|
|
94e8245e34
|
fix typos in toSnakeCase
|
2017-12-26 18:30:40 +05:30 |
|
|
|
cd7ae2dfbc
|
--amend
|
2017-12-26 16:01:08 +05:30 |
|
|
|
edc4c687b7
|
Fix 5-digit issue
|
2017-12-26 00:22:11 +01:00 |
|
|
|
c6651e7551
|
Travis build: 285
|
2017-12-25 14:50:00 +00:00 |
|
|
|
1ab5c873d3
|
Fix parameter reference error in the usage
a small mistake found in reading.
|
2017-12-25 11:51:29 +08:00 |
|
|
|
be9c6b3381
|
Updated descriptions of string casing
|
2017-12-25 01:18:16 +02:00 |
|
|
|
01834f7927
|
Merge pull request #343 from kriadmin/master
[UPDATE] toCamelCase and toSnakeCase
|
2017-12-25 01:11:26 +02:00 |
|
|
|
dcbf0923eb
|
Merge pull request #344 from atomiks/patch-4
[FIX] kebabCase styling + remove global variable + handle empty string
|
2017-12-25 01:11:14 +02:00 |
|
|
|
75e70e6330
|
Merge pull request #349 from skatcat31/bugfix/#337
[BUGIFX] Fix the flip examples
|
2017-12-25 00:36:31 +02:00 |
|
|
|
c67688ed35
|
Fix the flip examples
Resolves #337
|
2017-12-24 11:27:59 -08:00 |
|
|
|
7314685dd4
|
update description
|
2017-12-24 18:58:00 +01:00 |
|
|
|
2820e6bfa9
|
Optimize random Hex Color Generator
|
2017-12-24 18:45:17 +01:00 |
|
|
|
5cef358302
|
Merge pull request #347 from michael-gutman/master
[UPDATE] Fix typo in negate.md
|
2017-12-24 18:12:46 +02:00 |
|
|
|
67a997904d
|
Fix typo in negate.md
|
2017-12-24 11:05:42 -05:00 |
|
|
|
8990e8fc85
|
Fix kebabCase styling + remove global variable + handle empty string
|
2017-12-25 02:01:25 +11:00 |
|
|
|
748db581b2
|
update toCamelCase.md
|
2017-12-24 20:20:06 +05:30 |
|
|
|
7b20489f4a
|
Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code
|
2017-12-24 19:23:39 +05:30 |
|
|
|
4c88e09a54
|
Merge pull request #341 from kriadmin/master
[UPDATE] toKebabCase.md
|
2017-12-24 14:48:33 +01:00 |
|
|
|
a99d530379
|
update toSnakeCase.md
|
2017-12-24 19:17:58 +05:30 |
|
|
|
2434369774
|
Update toKebabCase.md
|
2017-12-24 14:45:17 +01:00 |
|
|
|
aded8fcfc0
|
Correct faults
Your version didn't work. There was a declaration fault alongside with an identifier fault as Array.forEach does not return anything.
|
2017-12-24 14:44:26 +01:00 |
|
|
|
090cee71c1
|
Merge pull request #340 from arjunmahishi/randomColor
Snippet to generate random color code
|
2017-12-24 14:29:31 +01:00 |
|
|
|
1f4dae06fb
|
Changed 'var' to 'let'
|
2017-12-24 18:58:11 +05:30 |
|
|
|
ddfa270f90
|
Update randomHexColorCode.md
|
2017-12-24 14:23:45 +01:00 |
|
|
|
17b4f37615
|
update toKebabCase.md
|
2017-12-24 18:19:35 +05:30 |
|
|
|
b6ac0160d1
|
fixed typo
|
2017-12-24 18:11:19 +05:30 |
|
|
|
556efd0d4e
|
Fixed indentation
|
2017-12-24 18:10:36 +05:30 |
|
|
|
5c362c49d3
|
Snippet to generate a random color code
|
2017-12-24 18:09:21 +05:30 |
|
|
|
46d5eb1678
|
Merge pull request #331 from retyui/patch-1
[ENHANCEMENT] dropRight bad example 👎
|
2017-12-24 14:15:46 +02:00 |
|
|
|
81817a5dab
|
Update dropRight.md
|
2017-12-24 14:11:30 +02:00 |
|
|
|
a7cc57fec5
|
Merge pull request #338 from arjunmahishi/device
Snippet to detect device type
|
2017-12-24 13:57:55 +02:00 |
|
|
|
ebc5ecae60
|
Merge pull request #339 from lvzhenbang/patch-1
[bug] useage: change Array.slice() for String.slice()
|
2017-12-24 13:51:29 +02:00 |
|
|
|
e0c5fb68b5
|
Update detectDeviceType.md
|
2017-12-24 13:49:11 +02:00 |
|
|
|
5df762902a
|
Update negate.md
|
2017-12-24 13:44:04 +02:00 |
|
|
|
991413242c
|
[bug] change Array.slice() for String.slice()
useage: Array.slice() should be changed to String.slice()
|
2017-12-24 17:50:24 +08:00 |
|
|
|
99a1564b65
|
Fixed typo and added examples
|
2017-12-24 13:10:31 +05:30 |
|
|
|
391b9cdcfe
|
Snippet to detect device type
|
2017-12-24 13:09:23 +05:30 |
|
|
|
bc13bc03bb
|
Added second example
|
2017-12-24 01:48:04 -05:00 |
|
|
|
fb6b512db0
|
Fixed styling
|
2017-12-24 01:36:12 -05:00 |
|
|
|
a038e12505
|
ADD: negate.md
|
2017-12-24 01:28:52 -05:00 |
|
|
|
58cce7f29d
|
Merge pull request #321 from Chalarangelo/Chalarangelo-snakeCase
[FEATURE] Add toSnakeCase
|
2017-12-24 00:01:46 +02:00 |
|
|
|
d057e9c43c
|
Merge pull request #332 from kriadmin/master
ADD: toKebabCase.md and repeatString.md
|
2017-12-23 20:11:34 +01:00 |
|
|
|
bf613ac86c
|
Update toKebabCase.md
|
2017-12-23 16:10:56 +01:00 |
|
|
|
f0d899b6c8
|
Update repeatString.md
|
2017-12-23 16:02:20 +01:00 |
|
|
|
546ce67fe8
|
Update repeatString.md
|
2017-12-23 15:59:44 +01:00 |
|
|
|
18d8d03110
|
add repeatString
|
2017-12-23 18:53:41 +05:30 |
|
|
|
0a1eebcda5
|
add toKebabCase
|
2017-12-23 18:45:16 +05:30 |
|