Skip to content

Commit 5e084cd

Browse files
author
Cyril Walle
committed
fix #1
1 parent 0a0d3e8 commit 5e084cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
let anObject;
66

77
// same
8-
anObject = Object.create(Object);
8+
anObject = Object.create(Object.prototype);
99
anObject = Object();
1010
anObject = {};
1111

0 commit comments

Comments
 (0)