Get your own Node server Result Size: 625 x 565
var buf = Buffer.from('abc');

for (x of buf.keys()) {
  console.log(x);
}

              

0
1
2