Update solution.md
Wording change. (I actually like the original wording "does not give understanding" -- very concise, and communicates clearly. It's just a bit non-standard in usage).
This commit is contained in:
parent
680d49eae4
commit
a95a2f5725
1 changed files with 1 additions and 1 deletions
|
@ -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 = {...}`.**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue