When I run the code `Array.values()`, I get an error

I wrote it in the runkit:

but In Google’s console,i get:

for (const ele of ['a', 'b'].values()) {
  console.log(ele);
}
// "a"
// "b"

Sorry, I ignored the support of the node version for ES6. I already know that the node version used does not yet support the syntax entries().

Please admin delete this post, thank you