Lodash.js - once() function

A simple Lodash.js example of the once() function, which invokes a function only once. If you try to invoke it more times you will get only the first result.