|
|
c52476eab4
|
array concat functionality added
|
2017-12-14 15:39:17 +05:30 |
|
|
|
78ddc3c5ec
|
Merge pull request #80 from adrianklimek/master
Simplify the Even or odd number snippet
|
2017-12-14 10:23:14 +02: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 |
|
|
|
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 |
|
|
|
38596dcaa5
|
Ordinal Suffix hotfix
mismatched variables.
|
2017-12-13 23:53:34 -05: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 |
|
|
|
b2d737bec5
|
add pick code snippiet
|
2017-12-13 16:51:34 -05:00 |
|
|
|
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 |
|
|
|
54f163b9f1
|
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 |
|
|
|
ce786721d5
|
Fixed LICENSE, again
|
2017-12-13 15:37:32 +02:00 |
|
|
|
8b9483a23b
|
Add gitter badge
|
2017-12-13 15:29:01 +02:00 |
|
|
|
e0e98be0fc
|
Build README, resolve #62
|
2017-12-13 14:49:56 +02:00 |
|
|
|
ff7a8d5d1a
|
Merge pull request #70 from piyuesh-dev/correct-array-method-names
Correct array method names
|
2017-12-13 14:49:17 +02:00 |
|
|
|
c876845318
|
Update URL-parameters.md
Updated a file that was changed in the meantime
|
2017-12-13 14:48:38 +02:00 |
|
|
|
634faf6393
|
Build README
|
2017-12-13 14:24:57 +02:00 |
|
|
|
1a6366a8f7
|
Merge pull request #69 from priteshpoddar/master
hamming distance between two numbers
|
2017-12-13 14:24:17 +02:00 |
|
|
|
5781466314
|
Update hamming-distance.md
|
2017-12-13 14:23:56 +02:00 |
|
|
|
3b9f7337ba
|
resolved a conflict.
|
2017-12-13 17:52:17 +05:30 |
|
|
|
44ffb6d0b3
|
hamming distance between two numbers
|
2017-12-13 17:49:35 +05:30 |
|
|
|
43b15538ca
|
Build README
|
2017-12-13 14:18:52 +02:00 |
|
|
|
d5ae902092
|
Merge pull request #64 from DanielRamosAcosta/add-promisify-snippet
Add promisify snippet
|
2017-12-13 14:18:14 +02:00 |
|
|
|
36bff4628d
|
Update promisify.md
|
2017-12-13 14:17:24 +02:00 |
|