N👩
Size: a a a
IK
SR
MK
MK
MK
MK
MK
MK
MK
SR
MK
MK
MK
DS
FL
fe
const obj = {
hello: 'first',
hello: 'second',
};
console.log(obj); // { hello: 'second' }
SR
const obj = {
hello: 'first',
hello: 'second',
};
console.log(obj); // { hello: 'second' }
fe
fe