fix: remove code tags from first prototype (#43158)

This commit is contained in:
Ilenia
2021-08-10 14:44:14 +02:00
committed by GitHub
parent 4c7ba02af1
commit 0de2cc97db

View File

@ -8,7 +8,7 @@ dashedName: iterate-over-all-properties
# --description--
You have now seen two kinds of properties: <dfn>own properties</dfn> and `prototype` properties. Own properties are defined directly on the object instance itself. And `prototype` properties are defined on the `prototype`.
You have now seen two kinds of properties: <dfn>own properties</dfn> and `prototype` properties. Own properties are defined directly on the object instance itself. And prototype properties are defined on the `prototype`.
```js
function Bird(name) {