Objects are not iterable directly. In order to loop over the properties of an object, we have to use either Object.keys , Object.values or Object.entries to ...
確定! 回上一頁