Commit graph

4010 commits

Author SHA1 Message Date
Peter Roche
69c30d0b95
Update article.md
'that allow to' -> 'that allow us to'
2019-11-25 20:50:53 -07:00
Peter Roche
8bdd11c3dd
Update article.md
'and want' to implement...
2019-11-25 20:24:08 -07:00
Alexey Pyltsyn
18a3b24c05
modified a sentence (#1601)
modified a sentence
2019-11-25 22:51:54 +03:00
Alexey Pyltsyn
9c7f4cd7ad
replace russian-english comment with english (#1630)
replace russian-english comment with english
2019-11-25 22:48:56 +03:00
koala-lava
9baeb3c0a0
minor 2019-11-25 17:58:41 +07:00
Alexey Pyltsyn
03499d6e50
Update article.md (#1628)
Update article.md
2019-11-25 12:16:37 +03:00
Alexey Pyltsyn
2c10460ed8
typo (#1627)
typo
2019-11-25 12:16:08 +03:00
Alexey Pyltsyn
a7974294ec
fixed a word 'operational' to be 'operating' (#1624)
fixed a word 'operational' to be 'operating'
2019-11-25 12:15:35 +03:00
Alexey Pyltsyn
85121348f4
Update article.md (#1625)
Update article.md
2019-11-25 12:14:40 +03:00
Alexey Pyltsyn
691c306e3b
Fix err in syntax (#1621)
Fix err in syntax
2019-11-25 12:14:09 +03:00
Alexey Pyltsyn
9f9f585c17
Fix: typos in <5-network/02-formdata/article.md> (#1618)
Fix: typos in <5-network/02-formdata/article.md>
2019-11-25 12:10:54 +03:00
koala-lava
51d2097536
Consistent HTML for the task source and solution 2019-11-25 13:21:29 +07:00
Daria Pimenova
2ddea5dad6
Update article.md
Removed duplicated `also`.
2019-11-25 10:18:33 +04:00
koala-lava
7f2118b67b
consistent CSS for the task and the solution 2019-11-25 12:27:15 +07:00
koala-lava
e3fb7dd0d8
minor 2019-11-25 09:06:29 +07:00
generally23
fd215a40d2
Update article.md
in the control control forms section, fixed mistake selectionEnd and selectionStart were both said to be  start position
2019-11-24 13:40:26 -05:00
koala-lava
69e1169034
fixed a word 'operational' to be 'operating' 2019-11-24 18:27:08 +07:00
Ovidiu Voicu
d883720079 Fix err in syntax 2019-11-23 20:40:50 +02:00
Ajit Singh
12acb05343
Added new information about bigInt 2019-11-22 20:23:35 +05:30
Mauricio Paternina
09f2aa667c Update article.md 2019-11-20 12:02:28 -06:00
Mauricio Paternina
4963fce5f7 Fix SyntaxError
When assigning the static method `staticMethod` to the `User` class, as a property directly, no parentheses should be used after `User`, since this leads to an error: `SyntaxError: Unexpected token '('`. For this reason, such parentheses have to be removed.
2019-11-20 11:57:22 -06:00
ajitsinghkaler
c7a9080934 BigInt Type added in primitive types 2019-11-20 22:46:48 +05:30
kvoncode
0152adcc0d
Fix: typos 2019-11-19 20:49:32 +09:00
Peter Roche
79417c6e73
Merge pull request #1617 from javascript-tutorial/paroche-patch-10
Update article.md
2019-11-19 00:06:54 -07:00
Peter Roche
ab92e31f39
Update article.md
'add same handling' -> 'add the same handling'
'and alike' -> 'and the like'
'if' -> 'whether'
2019-11-19 00:05:59 -07:00
Peter Roche
6599fa927b
Update article.md
'alternative of' -> 'alternative to'
2019-11-19 00:00:52 -07:00
Peter Roche
0949cc1331
Merge pull request #1616 from javascript-tutorial/paroche-patch-10
Update article.md
2019-11-18 23:44:59 -07:00
Peter Roche
2e7350599a
Update article.md
Rephrasing what does delegation do for us question.
2019-11-18 23:42:34 -07:00
Space Invadev
183d87b707 Update solution.md
Changed the reference to each item of the array since it was previously defined as the variable word.
2019-11-18 12:50:57 -05:00
Artur Haurylkevich
fd70f751e4
add consistency
quick description:
before: .catch(f) is the same as promise.then(null, f)
after: .catch(f) is the same as .then(null, f)
2019-11-18 11:15:01 +03:00
Peter Roche
e515f80a9f
Update article.md
'well-thought' -> 'well thought out'
2019-11-15 23:52:04 -07:00
Peter Roche
d75be14959
Update article.md
Move '=' out of backticks. Take two.
2019-11-15 23:45:43 -07:00
Peter Roche
b7a92c9de5
Update article.md
Move '=' out of backticks
2019-11-15 23:43:59 -07:00
Peter Roche
25c8c4aa3a
Merge pull request #1610 from javascript-tutorial/paroche-patch-10
Update solution.md
2019-11-14 21:28:40 -07:00
Peter Roche
6831d68b69
Update solution.md
Remove extra "b" from "visible".
2019-11-14 21:27:48 -07:00
Ilya Kantor
120700e1f2 minor 2019-11-13 22:18:15 +03:00
Ilya Kantor
f759f38544 minor 2019-11-13 22:15:43 +03:00
Jake Wilson
9a07b1fb23
Fix small grammar mistake in closure makeArmy task 2019-11-12 19:26:58 +00:00
Alexey Pyltsyn
74e603ad3f
typo fixed (#1605)
typo fixed
2019-11-12 16:44:20 +03:00
koala-lava
cfefb5afed
round example changed back ot originial 2019-11-12 20:36:05 +07:00
koala-lava
b574453e48
typo fixed and minimal opinionated improvement 2019-11-12 18:05:46 +07:00
Huyen Nguyen
fd294eec6c
Add a missing word 2019-11-12 17:03:47 +07:00
koala-lava
d43276a7f3
Added clarification
The solution explanation is not very obvious so added another example to make things clear
2019-11-11 19:54:21 +07:00
Ilya Kantor
2b5ac971c1 minor 2019-11-10 09:04:59 +03:00
Peter Roche
be244d03b2
Update article.md
"but strongly" -> "but is strongly". "is strongly not recommended" is still a bit odd, though it's readable and totally understandable. Could maybe be changed to "but is strongly discouraged". Still, not bad as (now) is.
2019-11-09 22:05:14 -07:00
Peter Roche
aab70cd727
Update article.md
'work with event' -> 'work with events'
2019-11-09 21:58:45 -07:00
Hasan Buğra Arslan
d4c9b1ab97
modified a sentence
added a missing word
2019-11-10 07:01:40 +03:00
Peter Roche
64acea4974
Update article.md
'"pro" and "contra" -> 'pros and cons'.

'pros and cons' is a much more typical way of saying it. But "pro" and "contra" is interesting. I hadn't previously thought about what "cons" stood for, though now it seems obvious.

Also, punctuation change.
2019-11-08 19:49:49 -07:00
Peter Roche
83bf32f2c8
Merge pull request #1598 from javascript-tutorial/paroche-patch-8
Update article.md
2019-11-08 18:51:44 -07:00
Peter Roche
5be878957e
Update article.md
And an added "the": "**the** `<html>` tag".
2019-11-08 18:50:59 -07:00