How to get all object values in Javascript
You can use this object-values Javascript component to get all object values.
Example:
values({ a: 1, b: 2, c: 3 }) // => [1, 2, 3]
Written by Codi
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#