24 Apr 2017
阿里游戏面试题
在看到此种解法前,基本都是用循环实现。
欣赏下面这段代码:
var a = Array(100).join(',').split(',').map(function(item, index){ return index; });