Ilya Kantor
227b338b74
closes #3158
2022-08-27 18:13:50 +03:00
Ilya Kantor
2901e0c645
Merge pull request #2992 from Rnbsov/patch-41
...
remove extra break lines and add missed
2022-05-12 16:01:19 +04:00
Lavrentiy Rubtsov
b70d33217a
👾 smth
2022-05-12 18:01:02 +06:00
Lavrentiy Rubtsov
5fa86797bb
add dot
2022-05-07 16:08:18 +06:00
Lavrentiy Rubtsov
35d465c62b
add comma
2022-05-07 15:55:32 +06:00
Lavrentiy Rubtsov
060d8fe8fd
remove another one extra break line
2022-05-07 14:42:05 +06:00
Lavrentiy Rubtsov
d84ebc2258
remove extra break lines
2022-05-07 14:40:09 +06:00
Lavrentiy Rubtsov
2f56ecf1a7
add a missed break line
2022-05-07 14:30:39 +06:00
Lavrentiy Rubtsov
5fcdfc7d66
smth
2022-05-07 14:26:18 +06:00
Lavrentiy Rubtsov
3be0d3ed0b
remove one extra break line
2022-05-07 14:17:41 +06:00
Ilya Kantor
e74245ea6f
Merge pull request #2957 from TimothyRuszala/patch-1
...
fix minor grammatical mistakes
2022-05-03 23:52:56 +04:00
Ilya Kantor
5ef143d48e
closes #2982
2022-05-03 22:48:27 +04:00
Tim Ruszala
bb31eefa04
fix minor grammatical mistakes
2022-04-17 17:10:19 -06:00
Ilya Kantor
bf6d3c959e
minor fixes
2022-03-22 17:51:45 +03:00
HiddenOgre28
e9e06a5f05
Fix: Rewrite sentence in line 121
2021-12-16 11:12:22 -03:00
Ilya Kantor
c5358c5949
themable pictures
2021-12-12 22:53:17 +03:00
Ilya Kantor
2d80f86a78
Merge pull request #2770 from itaileshem/master
...
Fix grammar
2021-12-12 22:45:01 +03:00
Itai Leshem
e4c57071d6
Update article.md
2021-11-02 19:57:23 +02:00
Itai Leshem
d4ee188eff
Update article.md
2021-11-02 19:53:01 +02:00
Itai Leshem
e431006ebf
Update article.md
2021-11-02 19:51:17 +02:00
Itai Leshem
f8782ac0a7
Update article.md
2021-11-02 19:45:04 +02:00
LexaWin
91a89eac20
Update article.md
...
instanceof is only looking for Animal.prototype in the prototype chain, don't Rabbit.prototype
2021-10-11 21:32:36 +03:00
Z Yin
de36d0dffb
update one code comment in 1-js/09-classes/04-private-protected-properties-methods
...
It looks like code was changed some time ago, but comments didn't change accordingly.
2021-06-18 13:18:05 -04:00
Dorin David
d2ae45deef
Update article.md
...
Fixed typo
2021-05-20 09:08:28 +02:00
元良
5f972c8bbe
fix(classes): replace [[FunctionKind]] with [[IsClassConstructor]]
2021-05-11 15:16:19 +08:00
Ilya Kantor
7b76185892
closes #2524
2021-03-26 09:27:02 +03:00
joaquinelio
0d52720bc0
needed 4 translated repos
2021-02-04 11:49:03 -03:00
AmosChenYQ
13a6a7586c
modify alternative method in comment of mixins' code example
2021-01-23 11:44:43 +08:00
Ilya Kantor
7bd55a44a1
Merge pull request #2458 from martynov-94/patch-2
...
typo
2021-01-22 08:17:37 +03:00
martynov-94
21a751ab0e
to both -> both to
...
In the original it's read as if there is two rabbit methods, instead of "both to... and also to..."
2021-01-22 08:11:54 +03:00
martynov-94
0deca2cb91
typo
...
wrong order of words
2021-01-21 18:30:50 +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
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
8c39566600
Merge pull request #2240 from vsemozhetbyt/patch-12
...
Add missing semicolons in 1.9.2 (Class inheritance)
2020-10-29 19:54:05 +03:00
Ilya Kantor
47414944e1
Merge pull request #2239 from vsemozhetbyt/patch-11
...
Clarify task code place in 1.9.1 (Class basic syntax)
2020-10-29 19:53:03 +03:00
Ilya Kantor
a6f101c507
Merge pull request #2238 from vsemozhetbyt/patch-10
...
Delete excess semicolon in 1.9.1 (Class basic syntax)
2020-10-29 19:52:53 +03:00
Vse Mozhe Buty
972c7ab36c
Fix possibly outdated note in 1.9.6 (instanceof)
...
It seems there are no polymorphic functions in this chapter.
2020-10-29 17:34:23 +02:00
Vse Mozhe Buty
9a3567857d
Add missing semicolons in 1.9.2 (Class inheritance)
2020-10-27 19:24:45 +02:00
Vse Mozhe Buty
9bf1489101
Clarify task code place in 1.9.1 (Class basic syntax)
2020-10-27 18:37:31 +02:00
Vse Mozhe Buty
0682ae7c65
Delete excess semicolon in 1.9.1 (Class basic syntax)
2020-10-27 18:30:17 +02:00
Ilya Kantor
92e9028299
Merge pull request #2093 from Violet-Bora-Lee/class-inheritance-suggestion
...
suggestion to use alert method not console.log
2020-09-05 17:00:03 +03:00
Pushpender Singh
2bf5addf47
Typo
...
"Imediately" instead of "Immediately"
2020-09-04 21:12:46 +05:30
Violet Bora Lee
3aaf519ca2
suggestion to use alert method not console.log
2020-08-30 19:53:28 +09:00
Mustafa Kemal Tuna
05e1878b3d
refactoring
...
more readable and more modern way
2020-07-30 00:32:44 +03:00
Ilya Kantor
5e74d7cbf6
Merge pull request #1975 from traxium/patch-1
...
Fix typo in /instanceof section (widow -> Window)
2020-07-18 14:15:42 +03:00
Ilya Kantor
26bf51af3e
minor fixes
2020-07-02 14:26:08 +03:00
Ilya Kantor
94c8fcb248
minor fixes
2020-07-02 14:24:52 +03:00
Ilya Kantor
da9849d61a
fixes #1979
2020-07-01 11:54:48 +03:00
traxium
41a1b92919
Fix typo in /instanceof section (widow -> Window)
2020-06-28 12:46:59 +07:00