Commit graph

887 commits

Author SHA1 Message Date
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
Andrew
6eccd9dbbb Update article.md 2017-10-05 19:00:20 +02:00
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
121c264090 fixed 2017-10-02 12:07:14 +03:00
Ilya Kantor
ed0e64b838 minor 2017-10-02 12:06:27 +03:00
Valerii Iatsko
8c6f614dc4 Fixed spy-decorator assignment test
Hi!

We should be checking here original function not spy to ensure that we are wrapping transparently.

The test wasn't working and probably that was just a "typo" to begin with.

This makes it work properly.
2017-10-01 09:34:43 +02:00
Ilya Kantor
1ece4a5b61 Merge pull request #221 from usernamehw/patch-2
Typos & spacing
2017-10-01 07:26:35 +03:00
Ilya Kantor
5ad8c9f4bd Merge pull request #222 from usernamehw/patch-3
Spacing
2017-10-01 07:26:11 +03:00
Ilya Kantor
acfb23fe0f Merge pull request #223 from usernamehw/patch-5
Spacing
2017-10-01 07:26:03 +03:00
Ilya Kantor
60985627bb Merge pull request #224 from usernamehw/patch-6
Typo
2017-10-01 07:25:53 +03:00
Ilya Kantor
e6c9e21c95 Merge pull request #225 from gnardin/patch-1
Update article.md
2017-10-01 07:25:37 +03:00
Ilya Kantor
a0d60d7516 Merge pull request #227 from ozimos/patch-2
Update article.md
2017-10-01 07:25:01 +03:00
Ilya Kantor
f401a67fd9 Merge pull request #228 from usernamehw/patch-8
Typo & spacing
2017-10-01 07:22:31 +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
Luis Gustavo Nardin
8407e7726e Update article.md 2017-09-28 15:17:28 +02:00
Alexander
560eb0e9b4 Typo 2017-09-28 07:47:39 +03:00
Alexander
cb37ad9291 Spacing 2017-09-28 07:36:07 +03:00
Alexander
0aaa498d2c Spacing 2017-09-28 07:31:09 +03:00
Alexander
14a926c7a3 Typos & spacing 2017-09-28 07:15:40 +03:00
Alexander
4858aaa062 Typo 2017-09-28 01:18:05 +03:00
Felipe Lerma
7890fb83b4 Moar spaces in 07-operators.
Added moar spaces to 07-operators.
2017-09-26 23:21:37 -07:00
Felipe Lerma
9a429354d8 update article.md for 07-operators.
adding spaces:  

changing '2+2' to '2 + 2'
2017-09-26 22:55:47 -07:00
Ilya Kantor
620074984b Merge pull request #208 from usernamehw/patch-5
Spacing
2017-09-27 00:51:55 +03:00
Ilya Kantor
7043ab393a Merge pull request #207 from usernamehw/patch-4
Spacing
2017-09-27 00:51:38 +03:00
Ilya Kantor
5a304d4719 Merge pull request #205 from usernamehw/patch-3
Extra space & missing newline
2017-09-27 00:49:57 +03:00
Ilya Kantor
3f12793229 Merge pull request #204 from usernamehw/patch-2
Operator spacing and unclosed quotes
2017-09-27 00:49:47 +03:00
Ilya Kantor
d684a53f22 Merge pull request #202 from usernamehw/patch-1
Fix spaces around operator
2017-09-27 00:49:30 +03:00
Ilya Kantor
d9cc4012f4 Merge pull request #209 from usernamehw/patch-6
Spacing
2017-09-27 00:48:28 +03:00
Ilya Kantor
a1b2d95db7 Merge pull request #210 from usernamehw/patch-7
Typo
2017-09-27 00:48:19 +03:00
Ilya Kantor
84e95d2851 Merge pull request #211 from MikkelSandbag/patch-1
1 > 02 > 12 > skipping parts (infinite loop)
2017-09-27 00:48:05 +03:00
Felipe Lerma
534c557ecd Update Solution.md - Task Typo Fix.
changed "substruction" to "subtraction" in Task section of "Type Conversions."
2017-09-25 22:20:02 -07:00
Mikkel Sandberg
b91505aa03 1 > 02 > 12 > skipping parts (infinite loop)
There's an infinite loop on the second omit example, because i is never iterated. If you iterate inside the alert call, then that should fix it.
2017-09-25 11:58:19 -07:00
Alexander
aae4dfd17b Typo 2017-09-25 21:19:53 +03:00
Alexander
6b61befda3 Spacing 2017-09-25 20:29:22 +03:00
Alexander
4c8aedc047 Spacing 2017-09-25 20:25:13 +03:00
Alexander
08cca430ca Spacing 2017-09-25 19:44:34 +03:00
Alexander
27974ecdf5 Extra space & missing newline 2017-09-25 03:48:17 +03:00
Alexander
05d39b3fc7 Operator spacing and unclosed quotes 2017-09-25 02:46:43 +03:00
Ilya Kantor
807f0d8b2d minor 2017-09-25 00:36:24 +03:00
Ilya Kantor
862075a6bc Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-09-24 11:32:12 +03:00
Ilya Kantor
0a2b936133 fixes 2017-09-24 08:58:52 +03:00
Alexander
6085d981df Fix spaces around operator 2017-09-24 00:38:49 +03:00
Felipe Lerma
4b8f153f6d Typo Fix on '1. Watch' section.
Removed a double 'in in' on the '1. Watch...' section.
2017-09-21 11:13:58 -07:00
Alex Zvorygin
67790aa261 change incorrect variable name
solution and problem statement have the calls stored in `calls`, not `log`
2017-09-20 11:52:58 -04:00
Majid H.Fard
d7eea92b4e Update article.md 2017-09-20 14:53:43 +04:30
Ilya Kantor
044ff6f100 fix 2017-09-19 21:19:00 +02:00