Skip to content

Commit fff1f64

Browse files
authored
Merge pull request #3020 from Nayoung-Gu/patch-1
just add a comma
2 parents 48106d7 + 1c439bf commit fff1f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ user = {
9090

9191
As demonstrated, we can omit `"function"` and just write `sayHi()`.
9292

93-
To tell the truth, the notations are not fully identical. There are subtle differences related to object inheritance (to be covered later), but for now they do not matter. In almost all cases the shorter syntax is preferred.
93+
To tell the truth, the notations are not fully identical. There are subtle differences related to object inheritance (to be covered later), but for now they do not matter. In almost all cases, the shorter syntax is preferred.
9494

9595
## "this" in methods
9696

0 commit comments

Comments
 (0)