Commit graph

19 commits

Author SHA1 Message Date
Ilya Kantor
c5358c5949 themable pictures 2021-12-12 22:53:17 +03:00
hrodward
ad939bb80b
Update article.md
Grammar suggestions
2019-10-23 15:32:21 +02: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
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
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
Ilya Kantor
9bfc8cfa9c minor 2019-08-11 14:24:31 +03:00
Ilya Kantor
4d44df6a3a Embed font to SVG 2019-08-11 14:17:38 +03:00
Ilya Kantor
6d1fa5de73 fixes 2019-08-04 17:36:26 +03:00
Ilya Kantor
e50185af4b minor 2019-08-04 01:00:08 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Ilya Kantor
3caa91137e fixes 2019-07-18 12:24:31 +03:00
Ilya Kantor
bd223137ed
Merge pull request #1111 from maurodibert/patch-63
Update article.md
2019-07-05 15:59:19 +03:00
Mau Di Bert
df15c841ce
Update article.md 2019-07-02 09:42:43 -03:00
Mau Di Bert
e6ad338a76
Update article.md
I think this work better
2019-07-02 09:37:47 -03:00
Ilya Kantor
cfff5c1622 minor 2019-05-21 18:26:52 +03:00
Ilya Kantor
b8eb04dfb6 classes: remove patterns 2019-04-21 13:40:20 +03:00