function reverse (arr) { return arr.length ? [].concat(arr[arr.length - 1], reverse(arr.slice(0, arr.length - 1))) : []; } #140js
-
-
@sebinsua don't expect good code reviews from me if you use this tricks at work!Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.