Commit graph

117 commits

Author SHA1 Message Date
Ilya Kantor
7460eeba48 fixes 2019-10-11 10:46:30 +03:00
Ilya Kantor
3073a5ca6d fixes 2019-10-11 10:45:55 +03:00
Ilya Kantor
773cc06a3b fixes 2019-10-11 10:45:13 +03:00
Ilya Kantor
3cc9734143 fixes 2019-10-11 10:43:04 +03:00
Ilya Kantor
33642d3643 fixes 2019-10-11 10:42:58 +03:00
Ilya Kantor
f49e438e50 fixes 2019-10-11 10:40:41 +03:00
Ilya Kantor
dacfefc716 fixes 2019-10-11 10:38:12 +03:00
Ilya Kantor
59b5530053 fixes 2019-10-11 10:38:02 +03:00
Ilya Kantor
c9eea4d0bf fixes 2019-10-11 10:00:53 +03:00
Ilya Kantor
db0407b9f6
Merge pull request #1420 from paroche/patch-49
Update article.md
2019-10-11 09:15:20 +03:00
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
Ilya Kantor
59e01a7b41
Merge pull request #1421 from paroche/patch-51
Update article.md
2019-10-10 10:59:18 +03:00
Ilya Kantor
32c2432f95
Merge branch 'master' into patch-52 2019-10-10 10:55:49 +03:00
Ilya Kantor
b050edecbc
Merge pull request #1430 from paroche/patch-53
Update article.md
2019-10-10 10:55:22 +03:00
Ilya Kantor
ef44485218
Merge pull request #1432 from paroche/patch-56
Update article.md
2019-10-10 10:53:47 +03: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
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
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
Alexey Pyltsyn
fc120b01ca
Update article.md (#1402)
Update article.md
2019-10-03 22:23:49 +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
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
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
Ilya Kantor
2f725bcd01 minor 2019-09-29 13:46:59 +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
paroche
9e0a6948a8
Update article.md
"by the way" -> "along the way"
2019-09-27 23:23:52 -06:00
paroche
5655efa2a1
Update article.md
Change spelling of "labelled" to "labeled". "Labelled" is British spelling, "labeled" is American. I hadn't noticed British spelling being used in general so thought it should probably be the American version.
2019-09-27 23:20:26 -06:00
paroche
b0e33373b6
Update article.md
Adjustments to line about class properties. Add "the", change "the" to "a".
2019-09-27 23:04:31 -06:00
Daria Pimenova
347dc0610a
Update two article.md files
Recently you removed `e.g. Python` but forgot `like`.
Corrected `prototypally` to `prototypically`.
2019-09-25 17:02:55 +04:00
Ilya Kantor
ebc2d62b15
Merge pull request #1366 from paroche/patch-39
Update solution.md
2019-09-22 09:39:10 +03:00
paroche
b9a7bfc4e5
Update solution.md
"themselves" instead of "itself".
2019-09-21 22:17:02 -06:00
paroche
29771d9f8a
Update article.md
Change "you'd" to "you'll".
2019-09-21 20:58:38 -06:00
Ilya Kantor
75577f94a4 fix 2019-09-21 22:16:45 +03:00
Jigar Patel
fd4d2f0c6f
Fix extending of class 2019-09-19 11:08:11 +05:30
Scott Martin
0c2b365d37
Minor grammar fix
"People adore to use things" -> "People adore using things"
2019-09-11 15:02:16 +01:00
Ilya Kantor
4232a53219 WIP 2019-09-06 16:48:59 +03:00
Jesse Peterman
dbc67c6f9f
Fix typo
fix typo in comment to match code example
2019-08-27 23:47:05 -07:00
paroche
6b9138c806
Change "occasionally" to "accidentally" 2019-08-20 16:38:20 -06:00
Ilya Kantor
cdf6156088 minor 2019-08-17 20:28:00 +03:00