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 0a0d3e8 commit 5e084cdCopy full SHA for 5e084cd
js/Object.js
@@ -5,7 +5,7 @@
5
let anObject;
6
7
// same
8
-anObject = Object.create(Object);
+anObject = Object.create(Object.prototype);
9
anObject = Object();
10
anObject = {};
11
0 commit comments