Вキ
Size: a a a
Вキ
N👩
Вキ
Вキ
AS
AS
Вキ
AS
N👩
Вキ
C☭
IV
c
const hasProperty1 = true;
const hasProperty2 = false;
const user1 = {
name: 'const 🍋',
...(hasProperty1 ? { ...hasProperty1 } : {})
};
const user2 = {
name: 'kiba 🦊',
...(hasProperty2 ? { ...hasProperty2 } : {})
}
Вキ
c
Вキ
c
Вキ
c
c