Commit Graph

684 Commits

Author SHA1 Message Date
b420e7ece4 Merge pull request #257 from musou1500/add-select
[FEATURE] Add select
2017-12-19 13:22:08 +02:00
d3625dd0cc fix to follow the code style 2017-12-19 20:07:37 +09:00
b992c7d6a1 Merge pull request #244 from kingdavidmartins/pullAll
add pullAll
2017-12-19 13:00:03 +02:00
6c9a5226aa Update pullAll.md 2017-12-19 12:59:39 +02:00
bc276d108a add select 2017-12-19 19:59:07 +09:00
f556a3ac15 Merge pull request #242 from fejes713/master
Add countVowels
2017-12-19 12:34:32 +02:00
0cf7855879 Update countVowels.md 2017-12-19 12:33:51 +02:00
7416160040 Merge pull request #240 from taltmann42/difference-with
Create difference-with.md
2017-12-19 12:32:43 +02:00
ecde74b931 Update and rename difference-with.md to differenceWith.md 2017-12-19 12:32:24 +02:00
9a73b62ac5 Merge pull request #238 from leggsimon/patch-1
Add references to #pull/#without
2017-12-19 12:30:42 +02:00
66c19ef6bc 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
9696089038 Merge pull request #250 from feiwen8772/patch-1
code error
2017-12-19 12:20:10 +02:00
355b58b983 Merge pull request #246 from atomiks/patch-2
Make median.md pure
2017-12-19 12:18:29 +02:00
6872fc1924 Merge pull request #255 from kingdavidmartins/fix/update-initArrRange
fix/update intializeArrayWithRange.md
2017-12-19 12:16:04 +02:00
09beeaa489 Merge pull request #241 from taltmann42/drop-right
Array - Drop right
2017-12-19 12:07:17 +02:00
df1d659175 Update dropRight.md 2017-12-19 12:06:58 +02:00
ba6d848ddc Update and rename drop-right.md to dropRight.md 2017-12-19 12:06:47 +02:00
e7e1feb949 fix up description 2017-12-19 05:00:49 -05:00
16b843ce5b fix/update intializeArrayWithRange.md 2017-12-19 04:52:44 -05:00
d2ea3c0bb8 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
14d683cc94 use Array.slice instead of Array.shift 2017-12-19 08:52:26 +02:00
ea867bcd29 add pullAtValue.md 2017-12-19 01:06:29 -05:00
7d425e8933 Make median.md immutable
`.sort()` mutates the original array
2017-12-19 10:58:11 +11:00
874c661076 add pullAtIndex.md 2017-12-18 17:42:47 -05:00
c11862fdcd add pullAll 2017-12-18 14:32:05 -05:00
161f722d80 Add countVowels 2017-12-18 20:07:44 +01:00
ae7732cd3e Update drop-right.md
shorter comparison of `n` and `arr.length`
2017-12-18 19:15:51 +01:00
70ec53e2f0 Create drop-right.md 2017-12-18 19:12:51 +01:00
001b950b7b Create difference-with.md 2017-12-18 19:00:24 +01:00
42a1bb0fe4 Add reference to #pull 2017-12-18 14:14:46 +00:00
0d30cf1376 add reference to #without 2017-12-18 14:11:16 +00:00
c6f3b7ea27 Fix `nthElement'-example. 2017-12-18 14:43:20 +01:00
ccc7d38930 Build 2017-12-18 13:06:26 +02:00
5a0b0aa354 Merge pull request #187 from meetzaveri/patch-2
Create First-one-to-pass-truth-test.md
2017-12-18 13:05:32 +02:00
bb32b074a9 Update and rename Truth-check-objects.md to truthCheckCollection.md 2017-12-18 13:05:21 +02:00
a6a3685cd6 Merge pull request #230 from wojtekmaj/bugfix/hexToRgb
hexToRgb: Fix returning wrong value for short hash without # symbol, fix extendHex called 3 times
2017-12-18 12:38:51 +02:00
4f6fc61cbf Merge pull request #205 from prodigic/master
coalesce snippet
2017-12-18 12:16:26 +02:00
767d1e9a1b Update coalesce.md 2017-12-18 12:16:18 +02:00
8f6a8f2143 Update and rename coalesce-factory.md to coalesceFactory.md 2017-12-18 12:15:36 +02:00
6c449763e3 Merge pull request #117 from meetzaveri/patch-1
Create sqaure_it.md
2017-12-18 12:12:13 +02:00
edc4598e2f Update and rename sqaure_it.md to mapObject.md 2017-12-18 12:11:58 +02:00
6daf3511ef Merge pull request #234 from iamsoorena/patch-3
Rename current-URL.md to currentURL.md
2017-12-18 12:09:09 +02:00
002db959c1 Rename current-URL.md to currentURL.md
renamed for consistency
2017-12-18 12:35:03 +03:30
abf926b4ef Update sqaure_it.md 2017-12-18 08:33:35 +05:30
4b97d1182d Fix typos in descriptions 2017-12-18 00:51:27 +01:00
3ecb3ccc8b Replace spread operator with split() for increased performance and compatibility 2017-12-18 00:41:26 +01:00
0ef9cf9bb4 Fix hexToRgb returning wrong value for short hash without # symbol, fix extendHex called 3 times 2017-12-18 00:38:58 +01:00
ff6ff9c4c8 use function in coalesce factory 2017-12-17 14:09:04 -08:00
94bf2d2824 Fix test cases 2017-12-17 22:26:07 +01:00
ae61f9950a split coalesce into 2 functions 2017-12-17 11:39:24 -08:00