Lodash.js – once() function

Lodash.js – once() function

BY 26 Nov 2015 Web Code Snippet
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.
Written by