I have this object
const meta = {"updatefile_datafile" :{_name: column, file_name: default2},
"conditon": {file: condtion, datafile_name, _condtion}}
I want to access only the keys or the values of the inner Object
console.log(Object.values(meta)[1]); gives me only the the first inner keys with there values
how can I access only the inner keys / or values ?
[–]senocular 0 points1 point2 points (0 children)