Merge pull request #1333 from paroche/patch-27

Update solution.md
This commit is contained in:
Ilya Kantor 2019-09-13 17:57:24 +03:00 committed by GitHub
commit 455e69dbb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ let user = {
(user.go)() // error!
```
The error message in most browsers does not give understanding what went wrong.
The error message in most browsers does not give us much of a clue about what went wrong.
**The error appears because a semicolon is missing after `user = {...}`.**