log(element); }); // 👇️ Calling array method on an Objects const newObject = {name: 'Justice', country: 'USA'}; Object.keys(newObject).forEach ...
確定! 回上一頁