To find out what properties an object has, you can use the Object.keys function. You give it an object, and it returns an array of strings—the object's ...
確定! 回上一頁