Const
Returns an array of values of the enumerable own properties of an object
Returns an array of values of the enumerable own properties of an object
Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
Convert an object into an array: all objects properties are put into the array. The resulting array is unordered.