{
"type": {
"title": "wood",
"type": "string"
},
"sort": {
"title": "sort",
"type": "string"
},
"length": {
"title": "length",
"type": "number"
}
}
Object.keys().forEach()
const titles = Object.values(obj).map(o => o.title)
Обсуждают сегодня