commit
455e69dbb7
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