SpriderMonkey JSshell  上测试

var arr=[[1,2,3,4],[5,6,7,8],[9,10,11,12]]
myarr=arr.map(x=>[x[1],x[2]])
print(myarr)