lodash mixin _.objectRange: Create an array of objects from template
Create an array of objects using another object as a template.
_.mixin({
'objectRange': function objectRange(count, object) {
return _.range(count).map(function () {
return _.clone(object);
});
}
});
Written by Russell Dempsey
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Dynamic
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#