I would like to see an example of _.zip.apply
using underscore.js.
In the underscore documentation is written:
If you're working with a matrix of nested arrays, zip.apply can transpose the matrix in a similar fashion.
However, the documentation provides no example.