Skip to content

Commit 892c569

Browse files
Maksumi Murakamijoaquinelio
andauthored
Update 1-js/99-js-misc/04-reference-type/2-check-syntax/solution.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent 302b965 commit 892c569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/99-js-misc/04-reference-type/2-check-syntax

1-js/99-js-misc/04-reference-type/2-check-syntax/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let user = {
88
go: function() { alert(this.name) }
99
}
1010

11-
(user.go)() // !Error!
11+
(user.go)() // ¡Error!
1212
```
1313

1414
El mensaje de error en la mayoría de los navegadores no nos da una pista sobre lo que salió mal.

0 commit comments

Comments
 (0)