We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bad9b5 commit cb73007Copy full SHA for cb73007
1-js/08-prototypes/02-function-prototype/article.md
@@ -140,7 +140,7 @@ Rabbit.prototype.jumps = true
140
// а тому дефолтне Rabbit.prototype.constructor зберігається
141
```
142
143
-чи по іншоу, відновлюємо `constructor` ручним способом:
+чи по іншому, відновлюємо `constructor` ручним способом:
144
145
```js
146
Rabbit.prototype = {
0 commit comments