Код: Выделить всё
const myObj = {
a: "b",
c: "d",
};
Код: Выделить всё
console.log(myObj.values());
// ERROR: Property 'values' does not exist on
// type '{ a: string; c: string; }'
Подробнее здесь: https://stackoverflow.com/questions/798 ... his-object
Мобильная версия