Commit graph

2517 commits

Author SHA1 Message Date
Ilya Kantor
57e9dc8302
Merge pull request #1578 from hrodward/patch-34
Update article.md
2019-11-06 21:06:35 +03:00
Ilya Kantor
7aa527c383
Merge pull request #1575 from hrodward/patch-31
Update task.md
2019-11-06 21:04:43 +03:00
Ilya Kantor
cb8ca5c597
Merge pull request #1574 from hrodward/patch-22
Update article.md
2019-11-06 20:59:24 +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
Ilya Kantor
ecd93e97b3 fixes 2019-11-06 20:28:04 +03:00
Ilya Kantor
2aedc2df49 refactor arrow functions 2019-11-06 14:52:58 +03:00
Ilya Kantor
6165a9a727 split arrow functions 2019-11-06 14:05:43 +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
hrodward
7b47d37d25
Update article.md
Grammar suggestions
2019-11-05 11:52:36 +01: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
6dec3ccb30
Update article.md
Grammar suggestions
2019-11-05 11:34:52 +01:00
hrodward
9f158f9a75
Update article.md
Grammar suggestions
2019-11-04 10:45:48 +01:00
hrodward
fccf4615b6
Update task.md
Grammar suggestions
2019-11-04 08:49:08 +01:00
hrodward
8dfb5e8e6e
Update article.md
Grammar suggestions
2019-11-04 08:31:32 +01:00
PetreM
f37e9e7be3
trivial: indefinite to definite article 2019-11-04 08:47:40 +02:00
Peter Roche
7d92be954e
Update article.md
Array.from: 'copies there all items' -> 'copies all items to it'
2019-11-03 22:19:12 -07:00
Violet Bora Lee
3ffa0beab0 minor fixes 2019-11-03 22:14:28 +09:00
Ilya Kantor
611fefd90e fixes #1569 2019-11-03 15:52:35 +03:00
Ilya Kantor
6732cef816 fix 2019-11-02 21:39:45 +03:00
Ilya Kantor
7f5fced5b2
Merge pull request #1564 from lumosmind/patch-23
wrapper instead of helper
2019-11-02 21:37:56 +03:00
Ilya Kantor
ad08b46c54 fixes #1563 2019-11-02 21:37:26 +03:00
Ilya Kantor
a967ad0cf9 closes #1560 2019-11-02 21:30:26 +03:00
Mustafa Kemal Tuna
81f171e10d
wrapper instead of helper
"helper function" term reminds "utility libraries" but "wrapper" term refers "function decorators" and in this context wrapper can be more self-descriptive and meaningful.
2019-11-02 10:20:50 +03:00
Ilya Kantor
b2305cebf0
Merge pull request #1550 from hrodward/patch-22
Update article.md
2019-11-01 18:41:09 +03:00
Ilya Kantor
7fcd0484d8
Merge pull request #1551 from hrodward/patch-34
Update article.md
2019-11-01 18:40:52 +03:00
Ilya Kantor
24d3bec0c2
Merge pull request #1553 from lumosmind/patch-18
arrow function instead of function
2019-11-01 18:40:16 +03:00
Ilya Kantor
06c9dfe37c
Merge pull request #1554 from lumosmind/patch-19
code non-compatible with clarification drawing
2019-11-01 18:39:54 +03:00
Ilya Kantor
80f3954b91
Merge pull request #1555 from lumosmind/patch-20
code non-compatible with clarification drawing
2019-11-01 18:39:34 +03:00
Ilya Kantor
eebbaa2f2f
Merge pull request #1556 from hrodward/patch-31
Update article.md
2019-11-01 18:39:11 +03:00
Ilya Kantor
b8dcadfafa
Merge pull request #1557 from hrodward/patch-35
Update article.md
2019-11-01 18:38:40 +03:00
Ilya Kantor
f3e4541ab9
Merge pull request #1558 from hrodward/patch-36
Update task.md
2019-11-01 18:38:28 +03:00
Richard Zhang
487c317c06
fix mini typo 2019-10-31 15:55:57 -04:00
hrodward
563d0a4556
Update task.md
Rephrase
2019-10-31 09:40:43 +01:00
hrodward
5f37ad1466
Update article.md
Grammar suggestions
2019-10-31 09:39:48 +01:00
hrodward
1257501911
Update article.md
Grammar suggestions, one rephrase
2019-10-31 07:29:22 +01:00
Alexey Pyltsyn
df58d3f543
Merge pull request #1513 from hrodward/patch-31
Update article.md
2019-10-30 23:37:34 +03:00
Ilya Kantor
71fb491016 minor 2019-10-30 16:56:59 +03:00
lumosmind
80b6da144d
code non-compatible with clarification drawing
same problem with merge request  #1554 which I have sent freshly.
2019-10-30 13:53:27 +03:00
lumosmind
aecf899602
code non-compatible with clarification drawing
in clarification drawing(setinterval-interval.svg) func is calling with different argument values like func(1), func(2) ...
But we can't see why variable i changing. Maybe we need func(i++) to explain this situation.
2019-10-30 13:44:38 +03:00
lumosmind
04893aef31
arrow function instead of function
example code involves arrow function, not just function
2019-10-30 13:20:11 +03:00
hrodward
c72735dc3d
Update article.md
Grammar suggestions
2019-10-30 08:26:51 +01:00
hrodward
ccccf1066b
Update article.md
Grammar suggestions
2019-10-30 07:37:11 +01:00
hrodward
028b408c29
Update article.md
Updated based on comments
2019-10-29 22:04:43 +01:00
Ilya Kantor
601d9583f7
Merge pull request #1530 from lumosmind/patch-5
add parameter definition to arr.find()
2019-10-29 23:43:23 +03:00
Ilya Kantor
4d02719203
Merge pull request #1531 from iArazar/patch-1
Missed function expression semicolon
2019-10-29 23:43:14 +03:00