We create an obj object with some key-value pairs. Then we loop through the object keys with the for-in loop. We get the property value with obj[key] ...
確定! 回上一頁