Julie Kim
7685ff05f8
minor grammar suggestions
2017-12-11 11:20:48 -05:00
Ilya Kantor
3b2f9f6b7b
Update article.md
2017-11-23 22:46:19 +03:00
Ilya Kantor
7bfdc06adb
Merge pull request #291 from Bemerauld/patch-2
...
Below instead of Above
2017-11-14 11:15:10 +03:00
Norman
64b077fb49
Below instead of Above
2017-11-05 15:15:23 +02:00
Norman
b890e7d9d1
Typo
2017-11-05 15:13:52 +02:00
Zaramont
71fec328c1
Spelling mistake in word "behavior"
...
Spelling mistake in word "behavior"
2017-10-11 14:43:17 +03:00
Luis Gustavo Nardin
8407e7726e
Update article.md
2017-09-28 15:17:28 +02: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
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
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
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
05d39b3fc7
Operator spacing and unclosed quotes
2017-09-25 02:46:43 +03:00
Alexander
6085d981df
Fix spaces around operator
2017-09-24 00:38:49 +03:00
Ilya Kantor
edbe004061
readability
2017-09-18 09:04:07 +02: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
1ffd30fdff
Merge pull request #183 from varkadov/patch-1
...
Wrong variables name
2017-09-17 19:33:37 +02:00
Ilya Kantor
209c457232
minor
2017-09-17 11:12:34 +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
Ilya Kantor
4e1711e871
Merge pull request #170 from kitiya/patch-1
...
Update solution.md - question 2
2017-09-08 18:20:33 +02:00
Ilya Kantor
270a0e02e5
Merge pull request #171 from kitiya/patch-2
...
Parameters section
2017-09-08 18:20:01 +02:00
kitiya
a233ed2944
Parameters section
...
update parameter name from "next" to "text"
2017-09-05 15:06:07 -06:00
Tom Gardner
1b2755e9ec
reworded sentence in 05-types article.md
2017-09-04 18:54:24 +02:00
kitiya
11860c30c2
Update solution.md - question 2
...
Question 2: Changing from "true" to "false"
2017-09-01 15:54:26 -06:00
Colleen McGuckin
29508e11da
Fix typo
2017-08-30 16:17:12 -07:00
Anton
0363fd58e3
fix typo
2017-08-30 15:56:02 +03:00
Georgy
e3f126edaf
Update 15-function-expressions-arrows
...
'Must' is very restrictive. The code would work without `return` directive, both in general or `"use strict";` modes.
For instance, we **must** declare variables, because code would break.
2017-08-21 14:17:36 -04:00
Ilya Kantor
25e97bb50e
Merge pull request #141 from nhooyr/patch-1
...
Safari does not return an empty string when a prompt is cancelled
2017-08-18 12:09:49 +02:00
Ilya Kantor
5b4bb6a11d
Merge pull request #142 from nhooyr/patch-3
...
fix mistake, null <= 100 === true not false
2017-08-18 12:09:35 +02:00
Ilya Kantor
eb93b05ed9
Merge pull request #143 from nhooyr/patch-4
...
fix typo
2017-08-18 12:09:11 +02:00
Anmol Sethi
6ed3774aa9
fix typo
2017-08-17 21:58:12 -04:00
Anmol Sethi
53a768f004
fix mistake, null <= 100 === true not false
2017-08-17 21:57:43 -04:00
Anmol Sethi
0395673650
Safari does not return an empty string when a prompt is cancelled
...
title
2017-08-17 21:28:37 -04:00
gwooly
dd70a07e12
Minor grammar changes to help improve flow.
2017-08-17 20:14:12 +01:00
Heramb
32352a104f
Update article.md
2017-08-15 12:14:04 -07:00
Ilya Kantor
d098c48c8b
Merge pull request #137 from jmbothe/master
...
grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16
2017-08-12 13:43:09 +02:00
Jeff Bothe
6006abdfdc
grammar, usage, punctuation edits, Part 1, sections 2.9 - 2.16
2017-08-10 19:12:00 -05:00
flinchtheone
d6dd01eca3
Changed 'i' variable to 'counter'
...
'i' is not in discussion at this point, 'counter' is.
2017-08-10 19:01:37 +01:00
Ilya Kantor
e3b35f852a
Merge pull request #130 from jmbothe/master
...
Grammar/usage/punctuation edits, Part 1, sections 2.1 - 2.8
2017-08-10 13:55:07 +02:00
Ilya Kantor
e43e1a0952
Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
2017-08-09 23:34:30 +02:00