You can do neat things via the results of Array "comprehensions"...
Like assign multiple variables... from the result of a looping for statement...
[express,_] = (require x for x in ['express','underscore'])
Or a syntactically sweet version of a "mapped" function call, etc.....