We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e3fa7 commit 4bb52fbCopy full SHA for 4bb52fb
1-js/08-prototypes/02-function-prototype/1-changing-prototype/task.md
@@ -20,7 +20,7 @@ alert( rabbit.eats ); // true
20
```
21
22
23
-1. We added one more string (emphasized), what `alert` shows now?
+1. We added one more string (emphasized). What will `alert` show now?
24
25
```js
26
function Rabbit() {}
@@ -54,7 +54,7 @@ alert( rabbit.eats ); // true
54
alert( rabbit.eats ); // ?
55
56
57
-3. Like this (replaced one line)?
+3. And like this (replaced one line)?
58
59
60
0 commit comments