|
|
2ab04db023
|
Update get-ordinal-suffix-of-number.md
|
2017-12-14 10:15:43 +02:00 |
|
|
|
b6de81b2fb
|
Revert "Fix: validateNumber: check cooercian"
This reverts commit d66511410a.
|
2017-12-14 00:14:57 -08:00 |
|
|
|
84cfb15d49
|
Build README
|
2017-12-14 10:07:14 +02:00 |
|
|
|
617e51cfaa
|
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 |
|
|
|
a07dc3ae6d
|
Update compact.md
Updated description a little.
|
2017-12-14 10:06:13 +02:00 |
|
|
|
d87c397418
|
ran npm run build-list
|
2017-12-14 03:00:29 -05:00 |
|
|
|
0cb38063c5
|
Create validate-email.md
|
2017-12-14 10:57:17 +03:00 |
|
|
|
ba16885812
|
refactor & elegant solution
|
2017-12-14 02:56:47 -05:00 |
|
|
|
d66511410a
|
Fix: validateNumber: check cooercian
now passes all 16 test cases
|
2017-12-13 23:53:53 -08:00 |
|
|
|
2a3654ccac
|
add compact.md & ran npm run build-list
|
2017-12-14 01:19:15 -05:00 |
|
|
|
33fc724579
|
Update README.md
use Array.from instead of Array.apply
|
2017-12-14 14:09:46 +08:00 |
|
|
|
682f172645
|
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 |
|
|
|
3e307273de
|
Ordinal Suffix hotfix
mismatched variables.
|
2017-12-13 23:53:34 -05:00 |
|
|
|
5bd16b109d
|
Fix names and links
|
2017-12-14 01:11:38 +01:00 |
|
|
|
d3956684b8
|
Merge pull request #91 from darrenscerri/palindrome
Refactor palindrome
|
2017-12-14 01:50:17 +02:00 |
|
|
|
1c97b73195
|
Merge pull request #90 from darrenscerri/sets
Add set operations
|
2017-12-14 01:48:00 +02:00 |
|
|
|
6f53f7580a
|
Object to key-value pairs description, linting, build README
|
2017-12-14 01:46:30 +02:00 |
|
|
|
31ac5ca5b3
|
Merge pull request #89 from darrenscerri/to-pairs
Add "Object to key-value pairs"
|
2017-12-14 01:44:45 +02:00 |
|
|
|
824f8449dc
|
Lint pick, build README
|
2017-12-14 01:34:24 +02:00 |
|
|
|
8ac06ac18b
|
Merge pull request #87 from kingdavidmartins/add-pick-method
add pick code snippet
|
2017-12-14 01:32:58 +02:00 |
|
|
|
50ea77d075
|
Styleguide
|
2017-12-14 01:17:10 +02:00 |
|
|
|
e8a03e358c
|
Refactor palindrome
|
2017-12-14 00:00:04 +01:00 |
|
|
|
fc13b5d930
|
ran| npm run build-list
|
2017-12-13 17:51:28 -05:00 |
|
|
|
9efd81c198
|
update pick.md -> oneline & simpler solution
|
2017-12-13 17:41:24 -05:00 |
|
|
|
2d149930c6
|
Add set operations. Union, intersect and difference
|
2017-12-13 23:40:27 +01:00 |
|
|
|
c4534cfbf3
|
Add "Object to key-value pairs"
|
2017-12-13 23:07:04 +01:00 |
|
|
|
143c024968
|
Added linting, processed current snippets
|
2017-12-14 00:05:44 +02:00 |
|
|
|
c236de3e67
|
collatz algorithm
collatz algorithm as function
|
2017-12-13 23:02:42 +01:00 |
|
|
|
1bd89ffe75
|
Remove duplicate snippets. Simplify implementation
|
2017-12-13 22:56:36 +01:00 |
|
|
|
91afd76dce
|
add pick code snippiet
|
2017-12-13 16:51:34 -05:00 |
|
|
|
5a0d076a81
|
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 |
|
|
|
81a02b48df
|
add sleep function - making delays in async functions
|
2017-12-14 00:10:56 +03:30 |
|
|
|
f6426792d3
|
Naming conflict resolved
|
2017-12-13 21:19:39 +02:00 |
|
|
|
35c7669773
|
Build the list
|
2017-12-13 20:02:29 +01:00 |
|
|
|
8e2d635d49
|
Consistency for snippet highlighting
|
2017-12-13 20:57:32 +02:00 |
|
|
|
7e4ab9cbf4
|
Fix URL params, resolve #74
|
2017-12-13 20:02:19 +02:00 |
|
|
|
65a70a1ed6
|
Create drop_elements_in_array.md
|
2017-12-13 22:00:06 +05:30 |
|
|
|
210104ef7a
|
Rename check_for_boolean to check_for_boolean.md
|
2017-12-13 21:56:13 +05:30 |
|
|
|
fea9f85532
|
Create check_for_boolean
|
2017-12-13 21:52:51 +05:30 |
|
|
|
b4668466a5
|
Create join_array_like_objects.md
|
2017-12-13 21:42:58 +05:30 |
|
|
|
bb4f1c6704
|
Get Ordinal Suffix of Number
JS Code Snippet to get the ordinal suffix of a given number (int or string).
Returns the provided value wtih concatenated ordinal.
|
2017-12-13 09:01:14 -05:00 |
|
|
|
a42d7ebe48
|
Fixed LICENSE, again
|
2017-12-13 15:37:32 +02:00 |
|
|
|
9fbedeb981
|
Add gitter badge
|
2017-12-13 15:29:01 +02:00 |
|
|
|
b70c76afd3
|
Update standard-deviation.md
|
2017-12-13 23:55:08 +11:00 |
|
|
|
0898dcb44c
|
Update standard-deviation.md
|
2017-12-13 23:54:33 +11:00 |
|
|
|
231ae4e57d
|
Build README, resolve #62
|
2017-12-13 14:49:56 +02:00 |
|
|
|
5ad246b566
|
Merge pull request #70 from piyuesh-dev/correct-array-method-names
Correct array method names
|
2017-12-13 14:49:17 +02:00 |
|
|
|
9846e4f69b
|
Update URL-parameters.md
Updated a file that was changed in the meantime
|
2017-12-13 14:48:38 +02:00 |
|
|
|
91e6a29c13
|
Cache the mean
|
2017-12-13 23:48:29 +11:00 |
|
|
|
7df83ac6b3
|
Add usePopulation flag param
|
2017-12-13 23:41:28 +11:00 |
|