Commit Graph

512 Commits

Author SHA1 Message Date
b3dd388f9e Merge pull request #266 from anglee/master
Add Snippet initialize2DArray
2017-12-20 11:13:26 +02:00
1760f6b162 Update initialize2DArray.md 2017-12-20 11:13:05 +02:00
84b5c24575 Merge pull request #265 from fejes713/master
[FEATURE] add isPrime
2017-12-20 11:12:26 +02:00
2191b90dbf Merge pull request #264 from arjunmahishi/armstrong
Snippet for checking armstrong number
2017-12-20 11:11:16 +02:00
55d82b5bd5 Update isArmstrongNumber.md 2017-12-20 11:10:54 +02:00
e30d3fe0cc Update arrayToHtmlList.md 2017-12-20 11:08:42 +02:00
a9d7a8cf83 fix curly braces 2017-12-20 09:28:53 +01:00
67ec42411b Updated function with help from @skatcat31 2017-12-20 12:30:56 +05:30
dc25690644 Updated function 2017-12-20 12:08:18 +05:30
3a2af5cef8 Added space after arrow 2017-12-20 10:11:58 +05:30
e9815e6c2b Added space after arrow 2017-12-20 10:11:03 +05:30
ca2fe34de1 Minor text update 2017-12-19 16:50:36 -05:00
336cd97960 Add default value description to initialize2DArray 2017-12-19 16:46:05 -05:00
0219375a1c Add initialize2DArray 2017-12-19 16:38:18 -05:00
152d684005 fix typo again 2017-12-19 22:22:15 +01:00
c8ea99023c fix typo 2017-12-19 21:46:07 +01:00
f50e2f9880 add isPrime 2017-12-19 21:35:56 +01:00
31f5f7d162 Snippet for checking armstrong number 2017-12-20 01:33:54 +05:30
ba78d837a1 Fixed markdown typo 2017-12-19 23:39:50 +05:30
39139e8749 Snippet to convert array to HTML list items 2017-12-19 23:33:05 +05:30
9685119c0e Merge pull request #260 from kutsan/master
Update `hexToRGB()` with additional supports and fixes
2017-12-19 16:43:02 +02:00
a4378257ad Merge pull request #258 from kingdavidmartins/sync-pull
[UPDATE] pull.md -> merge pull.md & pullAll.md.
2017-12-19 16:42:11 +02:00
6f46c3ae63 Merge branch 'master' into add-pullAtValue 2017-12-19 16:39:36 +02:00
fe79403085 Update pullAtValue.md 2017-12-19 16:38:57 +02:00
1f011c0abc Update hexToRGB() with additional supports and fixes 2017-12-19 17:10:06 +03:00
556b543f55 update pull.md -> merge pull.md & pullAll.md & remove pullAll.md 2017-12-19 08:19:04 -05:00
11c56eaf19 Merge branch 'master' into add-pullAtIndex 2017-12-19 13:25:26 +02:00
4110110a1b Update pullAtIndex.md 2017-12-19 13:24:57 +02:00
44c59511cb Merge pull request #257 from musou1500/add-select
[FEATURE] Add select
2017-12-19 13:22:08 +02:00
b3e053a87b fix to follow the code style 2017-12-19 20:07:37 +09:00
c07e9fc672 Merge pull request #244 from kingdavidmartins/pullAll
add pullAll
2017-12-19 13:00:03 +02:00
69552ca086 Update pullAll.md 2017-12-19 12:59:39 +02:00
adea96548d add select 2017-12-19 19:59:07 +09:00
89daaa9270 Merge pull request #242 from fejes713/master
Add countVowels
2017-12-19 12:34:32 +02:00
e318dab354 Update countVowels.md 2017-12-19 12:33:51 +02:00
ce2813168e Merge pull request #240 from taltmann42/difference-with
Create difference-with.md
2017-12-19 12:32:43 +02:00
b6110e80f6 Update and rename difference-with.md to differenceWith.md 2017-12-19 12:32:24 +02:00
31b2ecdbf3 Merge pull request #238 from leggsimon/patch-1
Add references to #pull/#without
2017-12-19 12:30:42 +02:00
bb52556b58 Merge pull request #231 from wojtekmaj/change/reverseString-no-spread
reverseString: Replace spread operator with split() for compatibility
2017-12-19 12:28:13 +02:00
95a8a14c8d Merge pull request #250 from feiwen8772/patch-1
code error
2017-12-19 12:20:10 +02:00
51fdf0bd04 Merge pull request #246 from atomiks/patch-2
Make median.md pure
2017-12-19 12:18:29 +02:00
6fc49a483b Merge pull request #255 from kingdavidmartins/fix/update-initArrRange
fix/update intializeArrayWithRange.md
2017-12-19 12:16:04 +02:00
b349be4932 Merge pull request #241 from taltmann42/drop-right
Array - Drop right
2017-12-19 12:07:17 +02:00
3455291157 Update dropRight.md 2017-12-19 12:06:58 +02:00
340e58ddab Update and rename drop-right.md to dropRight.md 2017-12-19 12:06:47 +02:00
8f69f4432f fix up description 2017-12-19 05:00:49 -05:00
a80a62c56d fix/update intializeArrayWithRange.md 2017-12-19 04:52:44 -05:00
88bf2d6cf4 code error
```js
const bottomVisible = () =>
  document.documentElement.clientHeight + window.scrollY >= (document.documentElement.scrollHeight || document.documentElement.clientHeight);
// bottomVisible() -> true
```
2017-12-19 14:58:08 +08:00
6022654540 use Array.slice instead of Array.shift 2017-12-19 08:52:26 +02:00
6dde73de24 add pullAtValue.md 2017-12-19 01:06:29 -05:00