mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
239 B
239 B
date | id | title |
---|---|---|
2020-11-13 | 2e9254e9-0f90-404e-8f94-0b92d8355a0d | Object.values |
Description
Returns object values
Syntax
console.log(Object.values({ one: 1, two: 2 })); // [1, 2]