InterviewQuestions icon indicating copy to clipboard operation
InterviewQuestions copied to clipboard

吾日三省吾身

Results 6 InterviewQuestions issues
Sort by recently updated
recently updated
newest added

```javascript function* gen(x) { var y = yield x + 2; return y; } var g = gen(1); g.next() g.next(2) // 这里的结果是return返回的,done应该是true ```

chrome控制台打印结果与给出的不一致

题目: https://github.com/a1029563229/InterviewQuestions/blob/master/network/4/README.md#L4 受信任写成了受新人。 截图: ![image](https://user-images.githubusercontent.com/3069995/119937328-2b3bde00-bfbd-11eb-9c6e-8726d316b4ee.png)

按照答案并不能完合属平化数组,另外,使用splice(i,1)会跳过下一个元素的到断,且无法对多层数组的元素进行处理

execute/8/ 1.undefined 2.{ n: 2 }