Jussi Kalliokoski (2012-08-28T09:56:09.000Z)
domenic at domenicdenicola.com (2014-01-03T16:45:16.368Z)
Yeah, and in that case (making every element of an array an array), actually: ```js [1,2,3].map(x => [x]) ``` Which is even shorter. I really have a hard time seeing any value in having this feature. All the problems it's supposed to solve (at least the ones presented here) already have better solutions. :D