Skip to content

Commit a95a2f5

Browse files
authored
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).
1 parent 680d49e commit a95a2f5

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/04-object-methods/2-check-syntax

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/2-check-syntax/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let user = {
1111
(user.go)() // error!
1212
```
1313

14-
The error message in most browsers does not give understanding what went wrong.
14+
The error message in most browsers does not give us much of a clue about what went wrong.
1515

1616
**The error appears because a semicolon is missing after `user = {...}`.**
1717

0 commit comments

Comments
 (0)