I have an object with some keys, and I want to only keep some of the keys with their value?I tried with filter: const data = { aaa: 111, abb: 222, ...
確定! 回上一頁