Skip to content

Commit bfa132a

Browse files
authored
Add blank line.
1 parent 545af57 commit bfa132a

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
@@ -144,6 +144,7 @@ alert(user.name); // John
144144
user.name = "Alice"; // Erro
145145
```
146146

147+
147148
## Não-enumerável
148149

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

0 commit comments

Comments
 (0)