Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Walle committed Jun 4, 2018
1 parent 0a0d3e8 commit 5e084cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Object.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let anObject;

// same
anObject = Object.create(Object);
anObject = Object.create(Object.prototype);
anObject = Object();
anObject = {};

Expand Down

0 comments on commit 5e084cd

Please sign in to comment.