Results 1 comments of Gyuyang

> What about this one. `function flat(arr) { var res = arr.toString(); return res.split(',') } ` it doesn't work on Object ; like this one: `console.log(['a', ['b', ['c',{a:'1'}], 'd', ['e']]].toString())`...