Skip to content

Commit 4bb52fb

Browse files
authored
Update task.md
Grammar
1 parent 30e3fa7 commit 4bb52fb

File tree

1 file changed

+2
-2
lines changed
  • 1-js/08-prototypes/02-function-prototype/1-changing-prototype

1 file changed

+2
-2
lines changed

Diff for: 1-js/08-prototypes/02-function-prototype/1-changing-prototype/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ alert( rabbit.eats ); // true
2020
```
2121

2222

23-
1. We added one more string (emphasized), what `alert` shows now?
23+
1. We added one more string (emphasized). What will `alert` show now?
2424

2525
```js
2626
function Rabbit() {}
@@ -54,7 +54,7 @@ alert( rabbit.eats ); // true
5454
alert( rabbit.eats ); // ?
5555
```
5656

57-
3. Like this (replaced one line)?
57+
3. And like this (replaced one line)?
5858

5959
```js
6060
function Rabbit() {}

0 commit comments

Comments
 (0)