Primary LanguageJavaScript
Object.values(obj) -> Object.keys(obj).map(key => obj[key])
Object.values(obj)
Object.keys(obj).map(key => obj[key])