key,
value === true ? false : value
])
)
Object.fromEntries( Object.entries(obj).map(([key, value]) => ([key, !value]) )
понял
Обсуждают сегодня