单项选择题

for(let codePoint of’foo’){console.log(codePoint)}打印结果是什么?()

A.//"f"//"o"//"o"
B.foo
C.null
D.undefined