Merge pull request #1497 from hrodward/patch-23

Update task.md
This commit is contained in:
Ilya Kantor 2019-10-21 16:18:06 +03:00 committed by GitHub
commit 040aea0270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ alert( rabbit.eats ); // true
```
1. We added one more string (emphasized), what `alert` shows now?
1. We added one more string (emphasized). What will `alert` show now?
```js
function Rabbit() {}
@ -54,7 +54,7 @@ alert( rabbit.eats ); // true
alert( rabbit.eats ); // ?
```
3. Like this (replaced one line)?
3. And like this (replaced one line)?
```js
function Rabbit() {}