Tow apparently similar JavaScript iterators give different result

后端 未结 0 1791

The following two similar functions give me slightly different result with spread operator.

function take(count, iterable) {
    let index = 0;
    const iter         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题