Commit graph

2774 commits

Author SHA1 Message Date
Ilya Kantor
933861dec6
Merge pull request #1436 from paroche/patch-60
Update article.md
2019-10-10 10:52:05 +03:00
Ilya Kantor
3008f26a41
Merge pull request #1438 from chrisshyi/patch-1
Fix minor grammatical error
2019-10-10 10:51:48 +03:00
Ilya Kantor
fba8458f34
Merge pull request #1439 from paroche/patch-61
Update article.md
2019-10-10 10:51:35 +03:00
paroche
fe7ffe0130
Update article.md
if -> ifs
Phrasing, punctuation.
2019-10-09 21:08:28 -06:00
paroche
f66d4211aa
Update article.md
rephrasing
2019-10-09 20:38:00 -06:00
Chris Shyi
466f99568f
Fix minor grammatical error 2019-10-10 08:23:56 +08:00
paroche
91b17f3bf0
Update article.md
'allow to' -> 'allow us to'
optional comma
2019-10-08 20:32:15 -06:00
paroche
169fa7bafe
Update article.md
Add a comma, minor wording adjustments
2019-10-08 19:44:47 -06:00
paroche
38ba46f0a0
Update article.md
Added 'Oxford comma" (comma before 'and' at the end of a list). Not all consider it necessary, but I think it improves readability.
2019-10-08 19:39:00 -06:00
paroche
cd1a23b9bd
Update article.md
Summary -- adding 'adding' and 'happening'.
2019-10-08 19:14:36 -06:00
paroche
5c11c5458c
Update article.md
listen to -> listen for
some punctuation, little words
2019-10-08 19:03:36 -06:00
paroche
e4c81a6af5
Update article.md
allows to -> allows us to
2019-10-08 18:43:57 -06:00
paroche
b9668eee3c
Update article.md
Events is -> Events are
2019-10-08 18:41:25 -06:00
jamesblckwell
f24a6e577b
Fixed typo on line 366
"Now when the call looks for `count` variable, it first searches its own Lexical Environment (empty), then the Lexical Environment of the outer `makeCounter()` call, where finds it."

to
 
"Now when the call looks for `count` variable, it first searches its own Lexical Environment (empty), then the Lexical Environment of the outer `makeCounter()` call, where it finds it."
2019-10-07 12:05:39 +01:00
paroche
f889f3ed43
Update article.md
'That's funny' -> 'It's funny'
2019-10-06 22:14:58 -06:00
paroche
24d5411a0e
Update article.md
and -> or, methods -> methods

I also have a question on the subject of this sentence (should this be a separate discussion entry?):
In the "Extending built-in classes" article, in the "No static inheritance in built-ins" subsection, one finds:

"But built-in classes are an exception. They don’t inherit statics from each other.

For example, both Array and Date inherit from Object, so their instances have methods from Object.prototype. But Array.[[Prototype]] does not reference Object, so there’s no Array.keys() and Date.keys() static methods."

In the "Extending built-in classes" article, in the "No static inheritance in built-ins" subsection, one finds:

"But built-in classes are an exception. They don’t inherit statics from each other.

For example, both Array and Date inherit from <code>Object</code>, so their instances have methods from <code>Object.prototype</code>. But <code>Array.[[Prototype]]</code> does not reference <code>Object</code>, so there’s no <code>Array.keys()</code> and <code>Date.keys()</code> static methods."

This is a subject of some curiosity for me. Through a little testing, I believe I have found that, in fact <code>Array.[[Prototype]]</code> DOES, however, reference <code>Function.prototype</code>, i.e. <code>Array.__proto__ === Function.prototype</code> (<code>true</code>). (As does <code>Date.[[Prototype]]</code>). Is there someplace where this is explained? (Preferably in a way an intelligent 11-year-old could understand?).
2019-10-06 21:53:42 -06:00
Ilya Kantor
71ff8f81b0
Merge pull request #1409 from dashaezhova/patch-1
Update article.md
2019-10-07 04:48:44 +03:00
Ilya Kantor
f1d070f517
Merge pull request #1413 from paroche/patch-44
Update article.md
2019-10-07 04:48:20 +03:00
Ilya Kantor
c0d8fdbfff
Merge branch 'master' into patch-47 2019-10-07 04:46:50 +03:00
Ilya Kantor
cd3774bcae
Merge pull request #1415 from paroche/patch-49
Update article.md
2019-10-07 04:45:57 +03:00
Ilya Kantor
07cb1af37f
Merge pull request #1416 from paroche/patch-50
Update article.md
2019-10-07 04:45:43 +03:00
Ilya Kantor
ab068342c6
Merge pull request #1417 from paroche/patch-51
Update article.md
2019-10-07 04:45:30 +03:00
paroche
947cdbb031
Update article.md
'chapter' -> 'article'
2019-10-04 20:08:40 -06:00
paroche
4d1a006591
Update article.md
object constructor -> the object's constructor
2019-10-04 19:50:29 -06:00
paroche
45c2e1d91a
Update article.md
Add results of 2nd alert
2019-10-04 15:51:09 -06:00
paroche
918227fcba
Update article.md
Replaced ":"s with ","s. 

I edited these lines before, and thought they were a little awkward w/ ":"s, but didn't see fit to change it then. But now ","s seem clearly better. Think of it as successive approximations.
2019-10-03 18:42:06 -06:00
paroche
25b414d182
Update article.md
Replaced 'the ... property ... works since" with "the ... property ... has worked since".
2019-10-03 18:36:59 -06:00
paroche
73c20d8220
Update article.md
Give results of 'alert' ('true') rather than description of method. Code seems pretty self-explanatory.
2019-10-03 18:30:18 -06:00
Alexey Pyltsyn
fc120b01ca
Update article.md (#1402)
Update article.md
2019-10-03 22:23:49 +03:00
paroche
fea92bb331
Update article.md
Replace 'cause' with 'case'.
2019-10-02 22:55:47 -06:00
Daria Pimenova
f6452cb075
Update article.md 2019-10-02 15:32:37 +04:00
Ilya Kantor
e9e48010ed fixes #1395 2019-10-02 13:20:35 +03:00
Ilya Kantor
751735f920
Merge pull request #1404 from paroche/patch-47
Update article.md
2019-10-02 10:43:17 +03:00
Ilya Kantor
20c592f95e closes #1387 2019-10-02 10:42:54 +03:00
Ilya Kantor
0280d51f7a
Merge pull request #1403 from paroche/patch-46
Update article.md
2019-10-02 10:39:00 +03:00
Ilya Kantor
c8a11f3e86 minor 2019-10-02 10:36:06 +03:00
Ilya Kantor
27576c058b
Merge pull request #1397 from dashaezhova/patch-2
Update article.md
2019-10-02 10:34:24 +03:00
Ilya Kantor
45075277b1 closes #1399 2019-10-02 10:12:47 +03:00
paroche
9c026eb4e7
Update article.md
"to" tweak, no comma.
2019-10-01 23:13:44 -06:00
paroche
af6a921df8
Update article.md
Added "And".
2019-10-01 21:49:34 -06:00
paroche
30640e1a2e
Update article.md
Change "Although" to "Still". Reads a bit better.
2019-10-01 21:46:38 -06:00
Violet.Lee
bee66cb4c2
minor 2019-10-01 23:59:31 +09:00
Daria Pimenova
496fed5852
Update article.md 2019-10-01 15:53:13 +04:00
Ilya Kantor
2f725bcd01 minor 2019-09-29 13:46:59 +03:00
Ilya Kantor
2400b4097a
Merge pull request #1388 from paroche/patch-43
Update article.md
2019-09-29 13:43:23 +03:00
Ilya Kantor
ddecde1171
Merge pull request #1389 from paroche/patch-44
Update article.md
2019-09-29 13:42:44 +03:00
Ilya Kantor
ef4ce650ec
Merge pull request #1390 from paroche/patch-46
Update article.md
2019-09-29 13:42:32 +03:00
Ilya Kantor
d47254d53f
Merge pull request #1391 from paroche/patch-47
Update article.md
2019-09-29 13:42:12 +03:00
Ilya Kantor
9c85391cb4
Merge pull request #1392 from paroche/patch-48
Update article.md
2019-09-29 13:41:57 +03:00
Ilya Kantor
fc288ab3d1
Merge pull request #1378 from phaedryx/patch-1
Update article.md
2019-09-29 13:41:47 +03:00