Skip to content

Commit 4cccda8

Browse files
Update 1-js/08-prototypes/01-prototype-inheritance/3-proto-and-this/task.md
Co-authored-by: Osvaldo Dias dos Santos <osvaldo.msdsantos@yahoo.com>
1 parent b0ee5f6 commit 4cccda8

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance/3-proto-and-this

1 file changed

+1
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/3-proto-and-this/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importance: 5
66

77
Nós temos `rabbit` herdando de `animal`.
88

9-
Se nós chamarmos `rabbit.eat()`, qual objeto recebe a propriedade `full`: `animal` ou `rabbit`?
9+
Se nós chamarmos `rabbit.eat()`, que objeto recebe a propriedade `full`: `animal` ou `rabbit`?
1010

1111
```js
1212
let animal = {

0 commit comments

Comments
 (0)