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
Ilya Kantor
9fab25a7a2
Merge pull request #2329 from vsemozhetbyt/patch-2
...
Fix typo in 1.99.1 (Proxy and Reflect)
2020-12-05 19:29:26 +03:00
Osvaldo Dias dos Santos
268159c139
Fix typo.
2020-12-05 00:04:46 +01:00
Vaibhav Soni
3d86152fdd
Update article.md
...
Fix some quotes for consistency with above paragraphs
2020-12-03 18:51:18 +00:00
Vaibhav Soni
634e066841
Update 1-js/02-first-steps/08-operators/article.md
...
Co-authored-by: Vse Mozhe Buty <vsemozhetbyt@gmail.com>
2020-12-03 15:21:13 +00:00
Vaibhav Soni
5c0ea294ce
Update article.md
...
In the section "String concatenation with binary +", the example of 2 + 2 + "1" was given, but there was no example for when the first operand is a string.
2020-12-03 09:08:02 +00:00
Kevin Jones
79f3caf351
Fix for issue #2314
2020-11-30 19:51:03 -06:00
Vse Mozhe Buty
5aebb8960a
Fix typos in 1.5.8 (WeakMap and WeakSet)
2020-11-29 18:19:28 +02:00
Vse Mozhe Buty
34e711cb23
Fix typo, add info in 1.11.5 (Promise API)
2020-11-29 18:06:45 +02:00
Vse Mozhe Buty
b1bee552b2
Fix typo in 1.99.1 (Proxy and Reflect)
2020-11-29 17:45:05 +02:00
Ilya Kantor
9065fd33d0
Merge pull request #2302 from patrikbego/patch-3
...
Rephrased for clarity.
2020-11-29 11:25:18 +03:00
Ilya Kantor
574dd84b23
closes #2319
2020-11-29 11:22:53 +03:00
Ilya Kantor
d2ebb4236d
Merge pull request #2288 from lumosmind/patch-54
...
Promise.any
2020-11-29 10:56:43 +03:00
Ilya Kantor
947afdda31
Merge pull request #2297 from patrikbego/patch-2
...
Fixed couple of grammar mistakes.
2020-11-25 13:55:19 +03:00
Mustafa Kemal Tuna
b73c2a4525
typo
2020-11-25 10:38:23 +03:00