Question 90 of 10090%
90

What gets logged by these two lines, in order?

const obj = {};
console.log(obj.prototype);
console.log(obj.__proto__);
90/100