Commit graph

3985 commits

Author SHA1 Message Date
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
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
Peter Roche
37d8255380
Update article.md
"find out" -> "find"
2019-11-08 18:47:39 -07:00
Peter Roche
012e536a39
Update article.md
"how to..." -> "how do we..."
2019-11-08 18:11:35 -07:00
Peter Roche
aa97ba0e9b
Update task.md
'from bottom scroll' -> 'to bottom scroll'
2019-11-08 16:52:14 -07:00
Alexey Pyltsyn
53ae1bb015
Fix link 2019-11-08 23:50:31 +03:00
Alexey Pyltsyn
b2e53efe2b
Fixed Typo (#1595)
Fixed Typo
2019-11-08 18:03:04 +03:00
Peter Roche
d6b9f74f2e
Update article.md
"starts to bug..." -> "becomes buggy..."

I am not aware of "bug" being used as a verb in IT, but if it is, this is the first time I recall seeing it, so I would say it's probably not common.

Anyway, using it as a verb kind of bugged me a little.
2019-11-07 21:54:53 -07:00
Peter Roche
b071f46c60
Update article.md
"CSS width is useless at all." -> "CSS width is useless."

Could have also said "CSS width is of no use at all."
2019-11-07 21:48:20 -07:00
Peter Roche
83bfe333ab
Update article.md
`null` if that's `offsetParent` -> `null` for `offsetParent`
2019-11-07 21:34:48 -07:00
Peter Roche
cb3aadc598
Update article.md
`offsetParent` criteria list -- minor formatting change to previous change (added spaces).
2019-11-07 21:23:54 -07:00
Peter Roche
7279e9ce99
Update article.md
Further changes to `offsetParent` description.
2019-11-07 21:21:11 -07:00
Peter Roche
1bccdbb73e
Merge pull request #1596 from javascript-tutorial/paroche-patch-6
Update article.md
2019-11-07 20:43:29 -07:00
Peter Roche
1afdc8f43a
Update article.md
Grammatical changes to description of `offsetParent`. Adding 'the' before 'browser', removing commas. Changing "satisfies the following conditions" to "satisfies **one of** the following conditions", which I **think** is what is meant.
2019-11-07 20:41:36 -07:00
Em Poulter
94e251d1b7
Fixed Typo 2019-11-07 12:38:33 +00:00
Alexey Pyltsyn
5a1825c9ac
Update article.md (#1593)
Update article.md
2019-11-07 13:40:39 +03:00
Ilya Kantor
3955844f14 minor 2019-11-07 11:51:47 +03:00
Daria Pimenova
f12e89a1e9
Update article.md 2019-11-07 09:52:46 +04:00
Ilya Kantor
7c691b48c4
Merge pull request #1585 from lumosmind/patch-31
not proved features of class properties
2019-11-06 21:34:25 +03:00
Ilya Kantor
c78cfdf454
Merge pull request #1584 from lumosmind/patch-30
"computed property name" instead of "computed property"
2019-11-06 21:33:59 +03:00
Ilya Kantor
d88da8ae0d
Merge pull request #1583 from hrodward/patch-36
Update article.md
2019-11-06 21:33:45 +03:00
Ilya Kantor
8734416b97 minor 2019-11-06 21:08:29 +03:00
Ilya Kantor
8b545206a4
Merge pull request #1580 from hrodward/patch-35
Update article.md
2019-11-06 21:07:44 +03:00
Ilya Kantor
57e9dc8302
Merge pull request #1578 from hrodward/patch-34
Update article.md
2019-11-06 21:06:35 +03:00
Ilya Kantor
7aa527c383
Merge pull request #1575 from hrodward/patch-31
Update task.md
2019-11-06 21:04:43 +03:00