FE-interview
Github
#
写一个数组展开函数
题目:
如输入:[1,[2,[3,4,2],2],5,[6]],输出数组[1,2,3,4,2,2,5,6]
←
判断输出以及log
写一个promise方法
→