We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea9d8c commit 30c9c32Copy full SHA for 30c9c32
1-js/08-prototypes/04-prototype-methods/article.md
@@ -57,7 +57,6 @@ The descriptors are in the same format as described in the chapter <info:propert
57
We can use `Object.create` to perform an object cloning more powerful than copying properties in `for..in`:
58
59
```js
60
-// fully identical shallow clone of obj
61
let clone = Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescriptors(obj));
62
```
63
0 commit comments