С чем нужно сравнить, чтоб было true
//С чем нужно сравнить, чтоб было true
class User {
constructor(name) {
this.name = name;
}
}
const user = new User('Max');
console.log(user.name.__proto__ === ?);С чем нужно сравнить, чтоб было true
//С чем нужно сравнить, чтоб было true
class User {
constructor(name) {
this.name = name;
}
}
const user = new User('Max');
console.log(user.name.__proto__ === ?);