fix: remove code tags from first prototype (#43158)
This commit is contained in:
@ -8,7 +8,7 @@ dashedName: iterate-over-all-properties
|
|||||||
|
|
||||||
# --description--
|
# --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
|
```js
|
||||||
function Bird(name) {
|
function Bird(name) {
|
||||||
|
Reference in New Issue
Block a user