И
Size: a a a
И
KF
KF
KF
const obj = {
a:1,
toString: function() {
return "bla";
}
};
console.log("%s", obj)
//bla
KF
{
a: 1,
toString: [Function: toString] {
[length]: 0,
[name]: 'toString',
[arguments]: null,
[caller]: null,
[prototype]: toString { [constructor]: [Circular] }
}
}
KF
KF
KF
KF
KF
KF
И
KF
KF
И
KF