Commit graph

44 commits

Author SHA1 Message Date
martynov-94
0deca2cb91
typo
wrong order of words
2021-01-21 18:30:50 +03:00
Ilya Kantor
47414944e1
Merge pull request #2239 from vsemozhetbyt/patch-11
Clarify task code place in 1.9.1 (Class basic syntax)
2020-10-29 19:53:03 +03:00
Vse Mozhe Buty
9bf1489101
Clarify task code place in 1.9.1 (Class basic syntax) 2020-10-27 18:37:31 +02:00
Vse Mozhe Buty
0682ae7c65
Delete excess semicolon in 1.9.1 (Class basic syntax) 2020-10-27 18:30:17 +02:00
Ilya Kantor
da9849d61a fixes #1979 2020-07-01 11:54:48 +03:00
Ilya Kantor
e111aa1e90 minor improvements 2020-05-03 00:59:05 +03:00
Ilya Kantor
23ffde7806 minor fixes 2020-04-04 15:15:09 +03:00
Ilya Kantor
2acd2584d7 minor fixes 2020-04-04 15:12:23 +03:00
Ilya Kantor
5a9b8a4cc5 up 2020-04-04 15:08:47 +03:00
Ahmed Magdy Seleem
81a63cfdb7
fix minor typo
"synctax" to "syntax"
2020-04-03 01:35:49 +02:00
Ilya Kantor
d84673a6ec closes #1810 2020-04-03 02:06:31 +03:00
zhangbao
3a071c9279
fix typo 2020-01-20 15:34:31 +08: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
Mustafa Kemal Tuna
4df1cb9bbd
not proved features of class properties
"The property name is not placed into User.prototype. Instead, it is created by new before calling the constructor, it’s a property of the object itself."

you are talking about some features of "class properties" but the example code doesn't show these features. I changed the example code to show that defining property out of the constructor method is different from defining method in class structure.
2019-11-05 14:48:31 +03:00
Mustafa Kemal Tuna
0f91236b11
computed property name instead of computed propert
"computed property" term can make us recall "dynamically computed property" like fullname. And it can create misunderstanding.

get fullname(){
    return this.name+ ' ' + this.surname;
}
2019-11-05 14:24:00 +03:00
Mustafa Kemal Tuna
7e3e74fa5b
"syntactic sugar" instead of "syntax sugar"
historically and in general use this phenomena is called as "syntactic sugar". I think we can change it for understand-ability and engineering convention.

https://www.computerhope.com/jargon/s/syntactic-sugar.htm
2019-11-05 13:50:42 +03:00
hrodward
00ebc8185b
Update article.md
Grammar suggestions
2019-10-22 14:37:34 +02:00
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
Alexey Pyltsyn
fc120b01ca
Update article.md (#1402)
Update article.md
2019-10-03 22:23:49 +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
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
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
Ilya Kantor
75577f94a4 fix 2019-09-21 22:16:45 +03: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
800d47c1e1 minor 2019-08-04 11:29:15 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Ilya Kantor
34b51dc7ec minor 2019-07-18 19:49:48 +03:00
Ilya Kantor
94a6933294 fixes 2019-07-18 19:41:21 +03:00
luc4leone
edf1a45e0a Fix the numbers in an ordered list, from 1. 3. to 1. 2., and moved the single child bullet point up to his numbered parent 2019-07-17 09:57:01 +02:00
Ilya Kantor
ce4119672d fix 2019-07-01 14:45:38 +03:00
K-Sato
fe2bface6f
Fix a typo 2019-06-26 13:17:44 +09:00
Ilya Kantor
c82abef6c8 minor 2019-06-01 21:00:34 +03:00
Ilya Kantor
dd106baf4c class 2019-05-19 19:37:33 +03:00
CrazyTim
c5fab43e7e
Fix typo, so it actually does invoke the setter 2019-05-15 21:55:01 +10:00
Zyranivia
c8ed6f16ad
Added missing punctuation. 2019-05-08 09:31:05 +02:00
David Cho-Lerat
3b20808335
Update article.md 2019-04-26 10:37:18 +02:00
Alexey Pyltsyn
c5ce5578fc Fix name of JavaScript 2019-04-23 11:54:43 +03:00
Ilya Kantor
b91abf88fd minor 2019-04-21 22:30:06 +03:00
Ilya Kantor
b38d4263f2 minor 2019-04-21 22:29:29 +03:00
Ilya Kantor
b8eb04dfb6 classes: remove patterns 2019-04-21 13:40:20 +03:00