Lodash.js – keys() function

Lodash.js – keys() function

BY 26 Nov 2015 Web Code Snippet
A simple Lodash.js example of the keys() function, which creates an arrays of property names, based on the provided object. But without taking into account the inherited properties.
Written by