Dot property accessor: object.property; Square brackets property access: object['property']; Object destructuring: const { property } = object.
確定! 回上一頁