I want to check that each element on the list contains the keys a , b , c. arr.every(item => item.hasOwnProperty('a','b','c'));.
確定! 回上一頁