Commit graph

176 commits

Author SHA1 Message Date
Ilya Kantor
92e9028299
Merge pull request #2093 from Violet-Bora-Lee/class-inheritance-suggestion
suggestion to use alert method not console.log
2020-09-05 17:00:03 +03:00
Pushpender Singh
2bf5addf47
Typo
"Imediately" instead of "Immediately"
2020-09-04 21:12:46 +05:30
Violet Bora Lee
3aaf519ca2 suggestion to use alert method not console.log 2020-08-30 19:53:28 +09:00
Mustafa Kemal Tuna
05e1878b3d
refactoring
more readable and more modern way
2020-07-30 00:32:44 +03:00
Ilya Kantor
5e74d7cbf6
Merge pull request #1975 from traxium/patch-1
Fix typo in /instanceof section (widow -> Window)
2020-07-18 14:15:42 +03:00
Ilya Kantor
26bf51af3e minor fixes 2020-07-02 14:26:08 +03:00
Ilya Kantor
94c8fcb248 minor fixes 2020-07-02 14:24:52 +03:00
Ilya Kantor
da9849d61a fixes #1979 2020-07-01 11:54:48 +03:00
traxium
41a1b92919
Fix typo in /instanceof section (widow -> Window) 2020-06-28 12:46:59 +07:00
Ilya Kantor
42b0220680 minor fixes 2020-06-15 14:49:46 +03:00
Ilya Kantor
b057341f6c refactor objects, add optional chaining 2020-05-03 16:56:24 +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
Ilya Kantor
6ec3f34e2b closes #1794 2020-03-22 11:06:42 +03:00
Ilya Kantor
4357ba972b fixes #1794 2020-03-21 20:36:02 +03:00
Chao Zhang
6ee0d97997
Fix a typo 2020-03-10 20:31:45 -04:00
Chao Zhang
3b48deeffa
Fix a typo 2020-03-10 20:17:35 -04:00
Ilya Kantor
c72cca89d5 minor fixes 2020-03-01 08:44:34 +00:00
zhangbao
3a071c9279
fix typo 2020-01-20 15:34:31 +08:00
Alexey Pyltsyn
fde0e1e53f
Merge pull request #1671 from Aissaoui-Ahmed/patch-1
Update article.md
2019-12-19 23:15:03 +03:00
Alexey Pyltsyn
e09a55ac69
Update article.md 2019-12-19 23:05:48 +03:00
Sasha
1516ce9acd Added extra space 2019-12-12 18:44:56 +02:00
Aissaoui Ahmed
9c9e7ee3e9
Update article.md
fix typo intentially -> intentionally
2019-12-11 00:18:17 +01:00
Sasha
47e46895f2 Fix incorrect link address 2019-12-06 17:31:19 +02:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00
Ovidiu Voicu
d883720079 Fix err in syntax 2019-11-23 20:40:50 +02: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
763a639323
Merge pull request #1588 from lumosmind/patch-36
prove of concept
2019-11-06 20:50:39 +03:00
Ilya Kantor
29c4fc680e closes #1589 2019-11-06 20:37:44 +03:00
Alexey Pyltsyn
7ca5f53dae
"syntactic sugar" instead of "syntax sugar" (#1582)
"syntactic sugar" instead of "syntax sugar"
2019-11-05 22:44:26 +03:00
Mustafa Kemal Tuna
c905bda88a
prove of concept
there is an example code but it doesn't prove anything. But it was created to show that :
"That actually does the same as assigning it as a property directly:"
2019-11-05 21:06:45 +03:00
Mustafa Kemal Tuna
11ec67268f
example code must be unexecutable
example code must be executable because, it has dependent on another example code above. So it can't work in plunker container.
2019-11-05 19:54:19 +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
Violet Bora Lee
3ffa0beab0 minor fixes 2019-11-03 22:14:28 +09:00
Richard Zhang
487c317c06
fix mini typo 2019-10-31 15:55:57 -04:00
Alexey Pyltsyn
df58d3f543
Merge pull request #1513 from hrodward/patch-31
Update article.md
2019-10-30 23:37:34 +03:00
hrodward
028b408c29
Update article.md
Updated based on comments
2019-10-29 22:04:43 +01:00
Ilya Kantor
86891b9fd7
Merge pull request #1514 from hrodward/patch-32
Update task.md
2019-10-25 14:16:33 +03:00
Ilya Kantor
9909b908da minor 2019-10-25 13:31:06 +03:00
Ilya Kantor
072fa7d7ac minor 2019-10-25 13:13:21 +03:00
hrodward
0007368b32
Update article.md
Grammar suggestions
2019-10-25 11:08:52 +02:00
Alexey Pyltsyn
7f28d56117
Update article.md (#1507)
Update article.md
2019-10-24 12:05:58 +03:00
Alexey Pyltsyn
31d96a3ea9
Update article.md (#1509)
Update article.md
2019-10-24 12:05:24 +03:00