javascript-guidebook icon indicating copy to clipboard operation
javascript-guidebook copied to clipboard

抽象控制对象中 Iterator 章节的代码例子问题

Open kcfuler opened this issue 2 years ago • 0 comments

具体位置: https://tsejx.github.io/javascript-guidebook/standard-built-in-objects/control-abstraction-objects/iterator 问题:

image

这段代码并不能展示出注释的效果 原因是 count next() 执行的时候没有自增

kcfuler avatar Apr 19 '23 04:04 kcfuler