Commit graph

1403 commits

Author SHA1 Message Date
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
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
Ilya Kantor
d9372f9758 Merge pull request #195 from TMatrix/patch-5
Typo - expected ')'
2017-09-19 21:14:49 +02:00
Alex Zvorygin
17154c48c7 probable typo fixed 2017-09-19 13:22:03 -04: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
a8455f95b6 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-09-18 09:04:13 +02:00
Ilya Kantor
edbe004061 readability 2017-09-18 09:04:07 +02:00
Ilya Kantor
7cb89de634 Merge pull request #189 from micahstubbs/patch-1
Reggie --> Reggae
2017-09-18 07:57:43 +02:00
Ilya Kantor
a2dbffc201 Merge pull request #188 from TMatrix/patch-2
Typo - miss letter 't'
2017-09-18 07:57:37 +02:00
Stepan Ivanov
ac8ea0d372 typo fix 2017-09-18 14:36:13 +11: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
Ilya Kantor
9bf0153f70 minor 2017-09-17 19:44:37 +02:00
Ilya Kantor
8b4cd384b3 Merge pull request #184 from azeemansar/patch-1
article.md - Break out examples towards top (for clarity) and change some wording
2017-09-17 19:35:11 +02:00
Ilya Kantor
d314c14e6c Merge pull request #185 from justfortherec/patch-1
Fix: Wrong name for Firefox JavaScript engine
2017-09-17 19:34:47 +02:00
Ilya Kantor
b31eae835b Merge pull request #186 from samal84/patch-1
Fix computed property example
2017-09-17 19:33:49 +02:00
Ilya Kantor
1ffd30fdff Merge pull request #183 from varkadov/patch-1
Wrong variables name
2017-09-17 19:33:37 +02:00
Mark
42d9eb1563 Update article.md
Typo - miss closing parenthesis in add.map() example
2017-09-17 19:47:26 +03:00
Ilya Kantor
209c457232 minor 2017-09-17 11:12:34 +02:00
Sámal Rasmussen
cc4d10896e Fix computed property example
I'm sure the fruit variable was supposed to be used somewhere.
2017-09-17 00:17:25 +02:00
Franz Geiger
c17003f4fe Fix: Wrong name for Firefox JavaScript engine
Gecko is the layout engine of Firefox. The JavaScript engine is called SpiderMonkey
2017-09-16 22:06:20 +02:00
Azeem Ansar
d937a2255d Update article.md
- Change wording in first paragraph, and break out examples into numbered bullets.
- Change some articles and words to make sentences clearer and more consistent.
2017-09-16 15:11:50 -04:00
Vadim Arkadov
52ed864f22 Wrong variables name 2017-09-16 20:22: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
dcee0e3557 Merge pull request #167 from aniketkudale/master
Corrected typo in task 3
2017-09-08 18:21:13 +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