profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Object.values

Description

Returns object values

Syntax

console.log(Object.values({ one: 1, two: 2 })) // [1, 2]