Commit graph

124 commits

Author SHA1 Message Date
Ilya Kantor
0f0a844b83
Merge pull request #267 from usernamehw/patch-14
Update solution.md
2017-11-01 10:46:41 +03:00
Ilya Kantor
ecc4f6db1d
Merge pull request #268 from usernamehw/patch-15
Update article.md
2017-11-01 10:46:31 +03:00
Ilya Kantor
42ca672a5e
Merge pull request #269 from usernamehw/patch-16
Update article.md
2017-11-01 10:46:20 +03:00
Ilya Kantor
f9e237e966
Merge pull request #274 from usernamehw/patch-17
Update article.md
2017-11-01 10:43:21 +03:00
Ilya Kantor
a7b3c5c999
Merge pull request #253 from usernamehw/patch-7
Update task.md
2017-11-01 10:06:18 +03:00
Ilya Kantor
944f89caa4
Merge pull request #252 from usernamehw/patch-6
Update solution.md
2017-11-01 09:59:35 +03:00
Ilya Kantor
ce3e1e90b7
Merge pull request #251 from usernamehw/patch-5
Update solution.md
2017-11-01 09:59:24 +03:00
Alexander
81596758f8 Update article.md 2017-10-24 23:52:23 +03:00
Alexander
9a3580e02e Update article.md 2017-10-22 02:12:56 +03:00
Alexander
4490ce64df Update article.md 2017-10-22 01:28:13 +03:00
Alexander
6a766c007f Update solution.md 2017-10-22 01:04:06 +03:00
Alexander
2581e1de2c Update task.md 2017-10-15 23:46:41 +03:00
Alexander
4e85f3ad6c Update solution.md 2017-10-15 23:45:16 +03:00
Alexander
5b0e2ae585 Update solution.md 2017-10-15 23:40:32 +03:00
Alexander
b2869fe6c9 Update task.md 2017-10-15 23:36:38 +03:00
Ilya Kantor
24411a8de8 Merge pull request #244 from usernamehw/patch-2
Update article.md
2017-10-15 18:02:37 +03:00
Alexander
089af82ee2 Update article.md 2017-10-14 11:31:13 +03:00
Alexander
50e6a1571d Typos 2017-10-14 01:19:47 +03:00
Ilya Kantor
de725bd171 up 2017-10-11 14:18:27 +03:00
Ilya Kantor
61f92a158c Merge pull request #235 from amid11/patch-1
Fix for replacing the middle item in an Array
2017-10-07 17:04:53 +03:00
Johann Miller
34c0a5a704 Fix typo: 'pop to end' in Arrays:Stacks 2017-10-06 16:01:26 -04:00
Amid Dadgar
70d1d874f6 Fix for replacing the middle item in an Array
the provided code `styles[(styles.length - 1) / 2] = "Classics";` will replace the last item instead of the middle one. in order to fix that we need to change code like this : `styles[Math.floor((styles.length - 1) / 2)] = "Classics";`
2017-10-06 17:05:26 +03:30
Ilya Kantor
cceb7cbcc8 Merge pull request #232 from GeorgySerga/patch-5
Fix typo, 08-keys-values-entries
2017-10-03 00:46:38 +03:00
Georgy
4f584b0515 Fix typo, 08-keys-values-entries 2017-10-02 14:47:40 -04:00
Georgy
2be0ffd289 Fix typos, 07-map-set-weakmap-weakset 2017-10-02 14:29:44 -04:00
Ilya Kantor
60985627bb Merge pull request #224 from usernamehw/patch-6
Typo
2017-10-01 07:25:53 +03:00
Ilya Kantor
a0d60d7516 Merge pull request #227 from ozimos/patch-2
Update article.md
2017-10-01 07:25:01 +03:00
Alexander
fd1eaf40b6 Typo & spacing 2017-09-29 04:39:12 +03:00
Tovieye Moses Ozi
60609fbd74 Update article.md 2017-09-28 22:42:41 +01:00
Alexander
560eb0e9b4 Typo 2017-09-28 07:47:39 +03:00
Ilya Kantor
044ff6f100 fix 2017-09-19 21:19:00 +02:00
Ilya Kantor
a80375714b Merge pull request #192 from zvory/patch-1
fix typo, add relevant emoji
2017-09-19 21:15:30 +02:00
Ilya Kantor
656810ce4a Merge pull request #193 from TMatrix/patch-3
Typo - miss ')'
2017-09-19 21:15:07 +02:00
Ilya Kantor
a9690a6496 Merge pull request #194 from TMatrix/patch-4
Typo - extra letter 'l' before calling function
2017-09-19 21:14:56 +02:00
Mark
3f98c72385 Typo - expected ')'
Typo - expected ')' for 'if' construction condition
2017-09-18 23:43:06 +03:00
Mark
67b3d45296 Typo - extra letter 'l' before calling function 2017-09-18 23:18:22 +03:00
Mark
9d28a4c3e9 Typo - miss ')'
Typo - miss ')' for closing parentheses of map method, line 46
2017-09-18 23:10:36 +03:00
Alex Zvorygin
2e72eed4f4 fix typo, add relevant emoji 2017-09-18 15:30:23 -04:00
Ilya Kantor
7cb89de634 Merge pull request #189 from micahstubbs/patch-1
Reggie --> Reggae
2017-09-18 07:57:43 +02:00
Micah Stubbs
2b166e9447 Reggie --> Reggae
https://en.wikipedia.org/wiki/Reggae
2017-09-17 17:12:54 -07:00
Mark
19f7aa4ae5 Typo - miss letter 't'
Typo - miss  't', word 'between' in description arr.join() method
2017-09-18 00:00:38 +03:00
Mark
42d9eb1563 Update article.md
Typo - miss closing parenthesis in add.map() example
2017-09-17 19:47:26 +03:00
kitiya
a947264664 Changing 'leader' to 'user' 2017-09-12 13:26:42 -06:00
Ilya Kantor
05a1854fa3 Merge pull request #175 from kitiya/master
Update Data Types section
2017-09-11 00:01:03 +02:00
kitiya
f30b0cb514 Update solution.md
Change  arr to users to match the parameter name
2017-09-08 17:37:06 -06:00
kitiya
c6e1e78193 adding a back-tick ( ` )
Adding a back-tick to correct code highlighter
2017-09-08 13:09:17 -06:00
Ilya Kantor
1415a9a7aa Merge pull request #166 from fuchodeveloper/patch-2
Update article.md
2017-09-08 18:21:22 +02:00
Ilya Kantor
e9f502053a Merge pull request #168 from fuchodeveloper/patch-3
Fixed typo in article
2017-09-08 18:21:02 +02:00
Ilya Kantor
34c05e2578 Merge pull request #169 from kitiya/patch-3
Update solution.md
2017-09-08 18:20:54 +02:00
kitiya
75e5f71963 Correct Type: Occurences
Update another type from "occurences" to "occurrences"
2017-09-07 13:52:41 -06:00