Commit Graph

591 Commits

Author SHA1 Message Date
3fae1fa34a update description of head & ran npm run build-list 2017-12-14 03:24:05 -05:00
78ddc3c5ec Merge pull request #80 from adrianklimek/master
Simplify the Even or odd number snippet
2017-12-14 10:23:14 +02:00
e6bfe6606f Fix: remove one or more quantifier from Match to properly pull out parts 2017-12-14 00:23:14 -08:00
494189089e Revert "Update README.md"
This reverts commit 682f172645.
2017-12-14 00:22:06 -08:00
9e63ad8975 Build README 2017-12-14 10:21:18 +02:00
562cbdb26b Merge pull request #101 from skatcat31/validateNumber
Fix: validateNumber: check cooercian
2017-12-14 10:20:33 +02:00
aac891ad96 Build README 2017-12-14 10:17:37 +02:00
f37272cd01 Fix: actually update the code snippet, not just the blurb 2017-12-14 00:17:19 -08:00
465935215f Fix: do the change in the individual .md file 2017-12-14 00:15:57 -08:00
41ee35c5f6 Merge pull request #71 from Emgo-Dev/master
Get Ordinal Suffix of Number
2017-12-14 10:15:54 +02:00
960fa239bc Update get-ordinal-suffix-of-number.md 2017-12-14 10:15:43 +02:00
d563b73b7d Revert "Fix: validateNumber: check cooercian"
This reverts commit d66511410a.
2017-12-14 00:14:57 -08:00
5fe1485d64 Build README 2017-12-14 10:07:14 +02:00
14963e87f6 Merge pull request #98 from kingdavidmartins/add-compact-snippet
add compact.md & ran npm run build-list
2017-12-14 10:06:23 +02:00
2903ece39b Update compact.md
Updated description a little.
2017-12-14 10:06:13 +02:00
0c5f677688 ran npm run build-list 2017-12-14 03:00:29 -05:00
81f7e8e9ed Create validate-email.md 2017-12-14 10:57:17 +03:00
e8347a4678 refactor & elegant solution 2017-12-14 02:56:47 -05:00
b6f19c47c2 Fix: validateNumber: check cooercian
now passes all 16 test cases
2017-12-13 23:53:53 -08:00
5f7add5664 add compact.md & ran npm run build-list 2017-12-14 01:19:15 -05:00
e421b1d49d Update README.md
use Array.from instead of Array.apply
2017-12-14 14:09:46 +08:00
5fbfa9422c Update README.md
Remove the Question mark as per https://github.com/Chalarangelo/30-seconds-of-code/issues/95
2017-12-13 21:20:36 -08:00
38596dcaa5 Ordinal Suffix hotfix
mismatched variables.
2017-12-13 23:53:34 -05:00
2b34ee4ba9 Fix names and links 2017-12-14 01:11:38 +01:00
7ffd624004 Merge pull request #91 from darrenscerri/palindrome
Refactor palindrome
2017-12-14 01:50:17 +02:00
c429042e84 Merge pull request #90 from darrenscerri/sets
Add set operations
2017-12-14 01:48:00 +02:00
24468a0aff Object to key-value pairs description, linting, build README 2017-12-14 01:46:30 +02:00
bb0510e731 Merge pull request #89 from darrenscerri/to-pairs
Add "Object to key-value pairs"
2017-12-14 01:44:45 +02:00
e7252bb7de Lint pick, build README 2017-12-14 01:34:24 +02:00
6feed83f82 Merge pull request #87 from kingdavidmartins/add-pick-method
add pick code snippet
2017-12-14 01:32:58 +02:00
50f302a66c Styleguide 2017-12-14 01:17:10 +02:00
a0106a3c99 Refactor palindrome 2017-12-14 00:00:04 +01:00
383d7a57e4 ran| npm run build-list 2017-12-13 17:51:28 -05:00
13c4782c69 update pick.md -> oneline & simpler solution 2017-12-13 17:41:24 -05:00
a4a7eb275a Add set operations. Union, intersect and difference 2017-12-13 23:40:27 +01:00
7bee9e146e Add "Object to key-value pairs" 2017-12-13 23:07:04 +01:00
bf855e55e2 Added linting, processed current snippets 2017-12-14 00:05:44 +02:00
f92c6d4079 collatz algorithm
collatz algorithm as function
2017-12-13 23:02:42 +01:00
8c6059098d Remove duplicate snippets. Simplify implementation 2017-12-13 22:56:36 +01:00
b2d737bec5 add pick code snippiet 2017-12-13 16:51:34 -05:00
e8d9acae9a group by
Tried to reproduce the groupBy behaviour from the lodash lib.
https://lodash.com/docs/4.17.4#groupBy
2017-12-13 18:49:12 -02:00
4a661d70f2 add sleep function - making delays in async functions 2017-12-14 00:10:56 +03:30
2674273efc Naming conflict resolved 2017-12-13 21:19:39 +02:00
3a9c322d13 Build the list 2017-12-13 20:02:29 +01:00
35f81c10f2 Consistency for snippet highlighting 2017-12-13 20:57:32 +02:00
afddb68d4f Fix URL params, resolve #74 2017-12-13 20:02:19 +02:00
32c27187a4 Create drop_elements_in_array.md 2017-12-13 22:00:06 +05:30
e82141f801 Rename check_for_boolean to check_for_boolean.md 2017-12-13 21:56:13 +05:30
8f839542b6 Create check_for_boolean 2017-12-13 21:52:51 +05:30
42237471ab Create join_array_like_objects.md 2017-12-13 21:42:58 +05:30