1 of 4

String.prototype.codePoints

2 of 4

for (const { position, codePoint } of string.codePoints()) {� doSomething(position, codePoint);}

3 of 4

4 of 4

Stage 2?