- www.mycodingclasses.com
Object.values(obj) returns an array of values.
- www.mycodingclasses.com
Returns an array of [key, value] pairs.
- www.mycodingclasses.com
Inside methods, this points to the object using the method.
- www.mycodingclasses.com
Can insert or delete elements inside the array.
- www.mycodingclasses.com
Functions that make multiple similar objects using new.
- www.mycodingclasses.com
array.join(", ") turns all items into a string.
- www.mycodingclasses.com
class defines reusable templates for objects.
- www.mycodingclasses.com
array.reverse() turns the array backward.
