Array.prototype.values()

Syntax

console.log(Array.from(['a', 'b'].values())) // ['a', 'b']