Skip to content

Commit 139e001

Browse files
authored
Create article.md
1 parent 83cc351 commit 139e001

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/01-property-descriptors

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/01-property-descriptors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ user.name = "Alice"; // Error
143143

144144
## Non-enumerable
145145

146-
Now let's a custom `toString` to `user`.
146+
Now let's add a custom `toString` to `user`.
147147

148148
Normally, a built-in `toString` for objects is non-enumerable, it does not show up in `for..in`. But if we add `toString` of our own, then by default it shows up in `for..in`.
149149

0 commit comments

Comments
 (0)