Skip to content

Commit e994eaf

Browse files
authored
Match line numbers to original.
1 parent 0f761e8 commit e994eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1-js/08-prototypes/03-native-prototypes/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Como vimos antes, `Object.prototype` também tem o método `toString`, mas `Arra
8383

8484
![](native-prototypes-array-tostring.svg)
8585

86+
8687
Ferramentas embutidas em navegadores, como o console do desenvolvedor no Chrome, também mostram herança (objetos embutidos podem precisar usar o `console.dir`):
8788

8889
![](console_dir_array.png)

0 commit comments

Comments
 (0)