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
Alexey Pyltsyn
dcb9d87ab8
trivial: indefinite to definite article ( #1573 )
...
trivial: indefinite to definite article
2019-11-04 16:01:43 +03: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
b43e954391
Merge pull request #1572 from javascript-tutorial/paroche-patch-6
...
Update solution.md
2019-11-03 22:53:18 -07:00
Peter Roche
4541b0481c
Update solution.md
...
Putting `<tbody>` in backticks. Wasn't showing.
2019-11-03 22:52:10 -07:00
Peter Roche
580221f6fb
Update article.md
...
Adding some mention of implicit `<tbody>` element. Comes up later in Modifying the Document task #10 solution.
2019-11-03 22:46:29 -07:00
Peter Roche
9e7235f765
Update article.md
...
re-edit: on tables lead-in.
2019-11-03 22:33:11 -07: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
Ilya Kantor
ec21af8aef
Merge pull request #1570 from Violet-Bora-Lee/master
...
minor fixes
2019-11-03 16:32:52 +03: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
d4fd448f4c
Merge pull request #1566 from TomSssM/tomsssm-patch-2
...
bug fix on the server
2019-11-02 21:40:04 +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
TomSssM
da15e57567
bug fix on the server
2019-11-02 19:37:24 +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
Ilya Kantor
107e5df4f7
Merge pull request #1561 from ogaclejapan/fix-syntax
...
Fix syntax error
2019-11-01 18:38:10 +03:00
ogaclejapan
2a6d840e6e
Fix syntax error
2019-11-01 09:52:05 +09:00
Alexey Pyltsyn
1bc2c9a1f6
fix mini typo ( #1559 )
...
fix mini typo
2019-11-01 01:16:13 +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