zhichao.feng

Results 2 comments of zhichao.feng

> > > ``` > function poke(arr) { > let i = 1 > let out = [] > while (arr.length) { > if (i % 2) { > out.push(arr.shift())...