Lodash.js - flatten() function with the deep parameter set to true

A simple Lodash.js example of the flatten() function, which flattens nested arrays into one array, using the deep flag set to true.