Commit graph

3116 commits

Author SHA1 Message Date
Muhammad Bilal
73fd173f99
Update article.md
fix spelling of `further`
2021-01-12 23:16:01 +05:00
Sani Rich
6b296c1770
new.target is undefined not empty
It is should be made know that `new.target` is `undefined` for regular function calls than say it is empty.
2021-01-11 13:09:58 +01:00
Ilya Kantor
468e355288
Merge pull request #2423 from lumosmind/patch-56
parameters are also local variables
2021-01-10 15:51:26 +03:00
Ilya Kantor
86a60219fb minor fixes 2021-01-10 15:50:14 +03:00
Mustafa Kemal Tuna
6a432df33b
parameters are also local variables
We can declare local variables and give them initial values in parameter list of function definition. So we have another way to create local variables.
2021-01-10 00:01:17 +03:00
Ilya Kantor
2027939238 minor fixes 2021-01-09 17:29:25 +03:00
Ilya Kantor
6113f338e5
Merge pull request #2422 from lapstjup/patch-1
Update currying function to use bind instead of wrapper pass
2021-01-09 17:16:36 +03:00
Ilya Kantor
12b23c74d9
Merge pull request #2417 from lumosmind/patch-55
all operators must return a value
2021-01-09 15:41:26 +03:00
Ilya Kantor
930485ba05
Merge pull request #2419 from TaylorClay/patch-1
Minor output typo
2021-01-09 15:41:05 +03:00
Ilya Kantor
18a60ab7a9
Merge pull request #2420 from martynov-94/patch-1
Update article.md
2021-01-09 15:40:55 +03:00
Ilya Kantor
3b7d493404 closes #2421 2021-01-09 15:39:22 +03:00
Lakshya Thakur
997f392f74
Add the (2) point reference 2021-01-09 17:40:25 +05:30
Lakshya Thakur
5965ae79a8
Update currying function to use bind instead of wrapper pass
I think this change will help us to dodge concatenating new arguments with lexical ones and make the currying function much simpler.
2021-01-09 17:00:00 +05:30
martynov-94
2229a48957
Update article.md
One redundant 'here' here
2021-01-08 09:59:17 +03:00
Taylor Clay
a2561dc123
Minor output typo
In the section describing the usage of `"super"`, example output says `// White Rabbit stands still. White rabbit hides!`

The `name` member in this example is set to `White Rabbit`, so the second sentence above should say `White Rabbit hides!` (capital R)
2021-01-07 16:37:44 -06:00
Mustafa Kemal Tuna
80c490153a
all operators must return a value
All operators should return a value because of the definition of the term 'operator'. 
I could not find an operator as an exception which doesn't return a value.
Do you?
2021-01-07 12:09:31 +03:00
Ilya Kantor
32518b7e76 minor 2021-01-07 06:33:40 +03:00
Ilya Kantor
c3505142e9 minor 2021-01-07 06:13:38 +03:00
joaquinelio
16ac39718c
kotlin 404 2021-01-04 06:09:50 -03:00
Ilya Kantor
4a0da595aa
Merge pull request #2414 from LLyaudet/patch-2
Update article.md
2020-12-31 21:51:24 +03:00
Ilya Kantor
02089cf87a
Merge pull request #2393 from tokou/patch-1
Add link to Kotlin/JS
2020-12-31 18:48:16 +03:00
Laurent Lyaudet
cc593c6414
Update article.md
typos : raised *to* the given power, dots after comment (one of the three function comments already had the dot at the end)
2020-12-31 15:54:21 +01:00
Ilya Kantor
b0aa994aa9
Merge pull request #2400 from wolfter12/fixed-small-typos
fixed small typos
2020-12-31 15:13:33 +03:00
Ilya Kantor
1404669cae
Merge pull request #2406 from Georgy-Losenkov/patch-1
Update article.md
2020-12-31 14:46:02 +03:00
Ilya Kantor
2754e03de2 closes #2410 2020-12-31 14:45:19 +03:00
Raegon Kim
83b051e2b2
Change source of the term 'microtask' 2020-12-31 15:45:40 +09:00
Georgy Losenkov
33e25dce1e
Update article.md
Fixed wording since "may not" means "prohibited"
2020-12-25 08:23:53 +07:00
Ilya Kantor
13da056653 closes #2401 2020-12-22 11:41:58 +03:00
Nazar
f3555ee990 fixed small typos 2020-12-20 15:00:41 +02:00
joaquinelio
5a14316d8a
Update article.md 2020-12-19 22:40:31 -03:00
joaquinelio
1af33d1905
Give me five 2020-12-19 22:29:38 -03:00
Tarek Belkahia
3a21dce11e
Add link to Kotlin/JS 2020-12-16 15:44:26 +01:00
Ilya Kantor
2b79ab1ff8 minor fixes 2020-12-14 17:34:52 +03:00
Ilya Kantor
9b68941a44
Merge pull request #2366 from odsantos/fix-polyfills-typo
Fix "polyfills" typo
2020-12-13 20:29:19 +03:00
jason
ec15bd2950 Fix typo in 1.99.1 (Proxy and Reflect) 2020-12-10 14:29:53 +08:00
Osvaldo Dias dos Santos
907e6c8335 Fix "polyfills" typo 2020-12-07 17:12:39 +01:00
Vse Mozhe Buty
7c73f64a13 Replace unicode with Unicode all over the book 2020-12-07 18:05:47 +02:00
Ilya Kantor
0936245a87
Merge pull request #2341 from vsoni101/patch-1
Update article.md in section 2.8
2020-12-07 17:15:24 +03:00
Ilya Kantor
68dfa95daa minor fixes 2020-12-06 17:36:59 +03:00
Vse Mozhe Buty
eb81e529be
Fix possible typos in 1.3.6 (Polyfills and transpilers) 2020-12-06 16:26:39 +02:00
Ilya Kantor
e8d29cb49b closes #2173 2020-12-06 11:54:22 +03:00
Ilya Kantor
211e20992e closes #2225 2020-12-05 23:09:36 +03:00
Ilya Kantor
0585eda755 closes #2248 2020-12-05 23:06:01 +03:00
Ilya Kantor
63d0f055fc closes #2244 2020-12-05 22:30:51 +03:00
Ilya Kantor
6daaaa224f
Update article.md 2020-12-05 22:16:42 +03:00
Ilya Kantor
08cc593cab minor fixes 2020-12-05 20:46:46 +03:00
Ilya Kantor
762162fab5
Merge pull request #2334 from joneskj55/patch-1
Fix for issue #2314
2020-12-05 19:40:11 +03:00
Ilya Kantor
b563d4d08c
Merge pull request #2331 from vsemozhetbyt/patch-4
Fix typos in 1.5.8 (WeakMap and WeakSet)
2020-12-05 19:39:39 +03:00
Ilya Kantor
386870dd50 minor fixes 2020-12-05 19:38:24 +03:00
Ilya Kantor
75302a601e
Merge pull request #2330 from vsemozhetbyt/patch-3
Fix typo, add info in 1.11.5 (Promise API)
2020-12-05 19:29:51 +03:00