Muhammad Bilal
73fd173f99
Update article.md
...
fix spelling of `further`
2021-01-12 23:16:01 +05:00
Ilya Kantor
eb3b360dc3
minor fixes
2021-01-12 11:11:40 +03:00
Ilya Kantor
b9d5335b1d
Merge pull request #2425 from sarscode/sarscode-constructor-new-target
...
new.target is undefined not empty
2021-01-11 15:12:37 +03: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
Ilya Kantor
42ee1488af
Merge pull request #2395 from RapTho/patch-8
...
Reformulations
2021-01-05 00:57:10 +03:00
Ilya Kantor
51f3915141
Merge pull request #2390 from RapTho/patch-5
...
small reformulation
2021-01-05 00:56:44 +03:00
Ilya Kantor
c67f8b8af9
Merge pull request #2388 from RapTho/patch-4
...
small reformulations
2021-01-05 00:56:06 +03:00
Ilya Kantor
e730c5af43
Merge pull request #2416 from joaquinelio/patch-1
...
kotlin 404
2021-01-05 00:55:25 +03:00
joaquinelio
16ac39718c
kotlin 404
2021-01-04 06:09:50 -03:00
Ilya Kantor
039716de8a
Merge pull request #2389 from Danziger/patch-1
...
Add information about virtual/mobile keyboards and an additional keyboard event inspection tool.
2021-01-03 13:31:41 +03:00
Dani Gámez Franco
04b1313922
Remove keyjs.dev link under the key codes inspection snippet.
2021-01-03 11:21:28 +01:00
Raphael Tholl
03b6d86272
Edit based on feedback iliakan
2021-01-02 18:57:18 +01:00
Raphael Tholl
bcbb5d52e9
Edit based on feedback iliakan
2021-01-02 18:54:05 +01:00
Raphael Tholl
b9481da27f
Edits based on feedback iliakan
2021-01-02 18:47:47 +01: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
98de4f41bf
Merge pull request #2386 from RapTho/patch-2
...
Typos + rephrasing
2020-12-31 21:50:34 +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
1fa08bc754
Merge pull request #2404 from imaverage/patch-1
...
Update article.md
2020-12-31 15:13:42 +03: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
b7d28200a0
Merge pull request #2391 from RapTho/patch-6
...
Fixed small typos
2020-12-31 15:06:34 +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
Ilya Kantor
6418344d59
closes #2411
2020-12-31 14:42:56 +03:00
Ilya Kantor
701392c36a
Merge pull request #2413 from raycon/master
...
Change source of the term 'microtask'
2020-12-31 14:40:32 +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
imaverage
cbdc268b4e
Update article.md
2020-12-24 07:38:52 -06: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
Ilya Kantor
fc3f811c03
Merge pull request #2399 from joaquinelio/patch-2
...
Give me five
2020-12-20 09:43:20 +03: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
Raphael Tholl
0427ecb14a
Reformulations
2020-12-17 12:05:54 +01:00