Skip to content

Commit c006a3d

Browse files
committed
2 parents f8e5c3a + bfa132a commit c006a3d

File tree

1 file changed

+1
-0
lines changed
  • 1-js/07-object-properties/01-property-descriptors

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ alert(user.name); // John
145145
user.name = "Alice"; // Erro
146146
```
147147

148+
148149
## Não-enumerável
149150

150151
Agora, vamos adicionar um `toString` customizado ao `user`.

0 commit comments

Comments
 (0)