Commit graph

3152 commits

Author SHA1 Message Date
Space Invadev
bada753853 Fix small typo in example comment 2019-11-30 15:46:31 -05:00
Ilya Kantor
438e66d952
Merge pull request #1620 from ajitsinghkaler/BigInt
BigInt Type added in primitive types
2019-11-30 10:57:06 +03:00
Ilya Kantor
22cab45a69
Merge pull request #1606 from jakewilson/patch-1
Fix small grammar mistake in closure makeArmy task
2019-11-30 10:50:09 +03:00
Ilya Kantor
9d09adaa4f
Merge pull request #1613 from dagolinuxoid/patch-3
add consistency
2019-11-30 09:56:50 +03:00
Ilya Kantor
16e09cf745
Merge pull request #1614 from spaceinvadev/master
Update solution.md
2019-11-30 09:56:32 +03:00
Ilya Kantor
d334cf8787 minor fixes 2019-11-30 09:31:19 +03:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00
Ilya Kantor
40e941e4e4 minor fixes 2019-11-30 08:44:57 +03:00
Ilya Kantor
ce8e68f21c minor fixes 2019-11-28 13:56:48 +03:00
Alexey Pyltsyn
18a3b24c05
modified a sentence (#1601)
modified a sentence
2019-11-25 22:51:54 +03:00
Ovidiu Voicu
d883720079 Fix err in syntax 2019-11-23 20:40:50 +02:00
Ajit Singh
12acb05343
Added new information about bigInt 2019-11-22 20:23:35 +05:30
Mauricio Paternina
09f2aa667c Update article.md 2019-11-20 12:02:28 -06:00
Mauricio Paternina
4963fce5f7 Fix SyntaxError
When assigning the static method `staticMethod` to the `User` class, as a property directly, no parentheses should be used after `User`, since this leads to an error: `SyntaxError: Unexpected token '('`. For this reason, such parentheses have to be removed.
2019-11-20 11:57:22 -06:00
ajitsinghkaler
c7a9080934 BigInt Type added in primitive types 2019-11-20 22:46:48 +05:30
Space Invadev
183d87b707 Update solution.md
Changed the reference to each item of the array since it was previously defined as the variable word.
2019-11-18 12:50:57 -05:00
Artur Haurylkevich
fd70f751e4
add consistency
quick description:
before: .catch(f) is the same as promise.then(null, f)
after: .catch(f) is the same as .then(null, f)
2019-11-18 11:15:01 +03:00
Ilya Kantor
120700e1f2 minor 2019-11-13 22:18:15 +03:00
Ilya Kantor
f759f38544 minor 2019-11-13 22:15:43 +03:00
Jake Wilson
9a07b1fb23
Fix small grammar mistake in closure makeArmy task 2019-11-12 19:26:58 +00:00
koala-lava
cfefb5afed
round example changed back ot originial 2019-11-12 20:36:05 +07:00
koala-lava
b574453e48
typo fixed and minimal opinionated improvement 2019-11-12 18:05:46 +07:00
koala-lava
d43276a7f3
Added clarification
The solution explanation is not very obvious so added another example to make things clear
2019-11-11 19:54:21 +07:00
Hasan Buğra Arslan
d4c9b1ab97
modified a sentence
added a missing word
2019-11-10 07:01:40 +03:00
Alexey Pyltsyn
53ae1bb015
Fix link 2019-11-08 23:50:31 +03:00
Em Poulter
94e251d1b7
Fixed Typo 2019-11-07 12:38:33 +00:00
Alexey Pyltsyn
5a1825c9ac
Update article.md (#1593)
Update article.md
2019-11-07 13:40:39 +03:00
Saiyn Dembirel
8ab07e1e32 consistent error output comments 2019-11-07 17:19:38 +07:00
Ilya Kantor
3955844f14 minor 2019-11-07 11:51:47 +03:00
Daria Pimenova
f12e89a1e9
Update article.md 2019-11-07 09:52:46 +04: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
d88da8ae0d
Merge pull request #1583 from hrodward/patch-36
Update article.md
2019-11-06 21:33:45 +03:00
Ilya Kantor
8734416b97 minor 2019-11-06 21:08:29 +03:00
Ilya Kantor
8b545206a4
Merge pull request #1580 from hrodward/patch-35
Update article.md
2019-11-06 21:07:44 +03:00
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