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"
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"