Commit Graph

667 Commits

Author SHA1 Message Date
Angelos Chalaris
5cef358302 Merge pull request #347 from michael-gutman/master
[UPDATE] Fix typo in negate.md
2017-12-24 18:12:46 +02:00
Michael Gutman
67a997904d Fix typo in negate.md 2017-12-24 11:05:42 -05:00
David Wu
4c88e09a54 Merge pull request #341 from kriadmin/master
[UPDATE] toKebabCase.md
2017-12-24 14:48:33 +01:00
David Wu
2434369774 Update toKebabCase.md 2017-12-24 14:45:17 +01:00
David Wu
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
David Wu
090cee71c1 Merge pull request #340 from arjunmahishi/randomColor
Snippet to generate random color code
2017-12-24 14:29:31 +01:00
Arjun Mahishi
1f4dae06fb Changed 'var' to 'let' 2017-12-24 18:58:11 +05:30
David Wu
ddfa270f90 Update randomHexColorCode.md 2017-12-24 14:23:45 +01:00
Rohit Tanwar
17b4f37615 update toKebabCase.md 2017-12-24 18:19:35 +05:30
Arjun Mahishi
b6ac0160d1 fixed typo 2017-12-24 18:11:19 +05:30
Arjun Mahishi
556efd0d4e Fixed indentation 2017-12-24 18:10:36 +05:30
Arjun Mahishi
5c362c49d3 Snippet to generate a random color code 2017-12-24 18:09:21 +05:30
Angelos Chalaris
46d5eb1678 Merge pull request #331 from retyui/patch-1
[ENHANCEMENT] dropRight bad example 👎
2017-12-24 14:15:46 +02:00
Angelos Chalaris
81817a5dab Update dropRight.md 2017-12-24 14:11:30 +02:00
Angelos Chalaris
a7cc57fec5 Merge pull request #338 from arjunmahishi/device
Snippet to detect device type
2017-12-24 13:57:55 +02:00
Angelos Chalaris
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
Angelos Chalaris
e0c5fb68b5 Update detectDeviceType.md 2017-12-24 13:49:11 +02:00
Angelos Chalaris
5df762902a Update negate.md 2017-12-24 13:44:04 +02:00
lvzhenbang
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
Arjun Mahishi
99a1564b65 Fixed typo and added examples 2017-12-24 13:10:31 +05:30
Arjun Mahishi
391b9cdcfe Snippet to detect device type 2017-12-24 13:09:23 +05:30
Michael Gutman
bc13bc03bb Added second example 2017-12-24 01:48:04 -05:00
Michael Gutman
fb6b512db0 Fixed styling 2017-12-24 01:36:12 -05:00
Michael Gutman
a038e12505 ADD: negate.md 2017-12-24 01:28:52 -05:00
Angelos Chalaris
58cce7f29d Merge pull request #321 from Chalarangelo/Chalarangelo-snakeCase
[FEATURE] Add toSnakeCase
2017-12-24 00:01:46 +02:00
David Wu
d057e9c43c Merge pull request #332 from kriadmin/master
ADD: toKebabCase.md and repeatString.md
2017-12-23 20:11:34 +01:00
David Wu
bf613ac86c Update toKebabCase.md 2017-12-23 16:10:56 +01:00
David Wu
f0d899b6c8 Update repeatString.md 2017-12-23 16:02:20 +01:00
David Wu
546ce67fe8 Update repeatString.md 2017-12-23 15:59:44 +01:00
Rohit Tanwar
18d8d03110 add repeatString 2017-12-23 18:53:41 +05:30
Rohit Tanwar
0a1eebcda5 add toKebabCase 2017-12-23 18:45:16 +05:30
David Narbutovich
83fb2c523a Bad example👎
The slice function can take the negative negative value of the second agrimement
2017-12-23 14:00:04 +03:00
Angelos Chalaris
ef03081cb2 Merge pull request #317 from kriadmin/master
[FEATURE] Add two snippets fibsTillNum and fibonacciTillNum
2017-12-23 12:19:41 +02:00
Angelos Chalaris
37efcc7753 Update and rename fibsTillNum.md to fibonacciCountUntilNum.md 2017-12-23 12:13:21 +02:00
Angelos Chalaris
e0f49dffa0 Update and rename fibonacciTillNum.md to fibonacciUntilNum.md 2017-12-23 12:11:31 +02:00
Angelos Chalaris
2856324c85 Merge pull request #330 from Lucky4/fix-syntax
[FIX: #330][SNIPPETS] snippets arrayLcm part syntax
2017-12-23 12:05:25 +02:00
Angelos Chalaris
9693dd5908 Merge pull request #329 from skatcat31/update/flatten
[UPDATE] Flatten updated to use ES6 spread
2017-12-23 12:02:38 +02:00
Angelos Chalaris
74e674aa52 Update flatten.md 2017-12-23 12:00:38 +02:00
Angelos Chalaris
48e65910f9 Fixed multiple spaces/hyphens/underscores 2017-12-23 11:58:41 +02:00
Angelos Chalaris
bfd242d5e3 Updated linter, linted scripts 2017-12-23 11:52:07 +02:00
Rohit
bcfb3fd0b2 remove toKebabCase 2017-12-23 08:52:08 +05:30
Robert Mennell
d9be9ce0b7 Fix the description to be a bit more proper 2017-12-22 18:54:23 -08:00
Robert Mennell
f9441f45bb [UPDATE] Flatten updated to use ES6 spread 2017-12-22 18:51:43 -08:00
lucky4
3cc1cd50c2 fix snippets/arrayLcm part syntax 2017-12-23 08:19:04 +08:00
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
Elder Henrique Souza
a35ffe7ec2 fixed issue described in pull request
checks if the uppercase charcater is preceded by another character
2017-12-22 15:55:58 -02:00