Skip to content

Commit 30c9c32

Browse files
committed
minor fixes
1 parent cea9d8c commit 30c9c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1-js/08-prototypes/04-prototype-methods/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The descriptors are in the same format as described in the chapter <info:propert
5757
We can use `Object.create` to perform an object cloning more powerful than copying properties in `for..in`:
5858

5959
```js
60-
// fully identical shallow clone of obj
6160
let clone = Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescriptors(obj));
6261
```
6362

0 commit comments

Comments
 (0)