New to underscore. Trying to clean up my code by chaining things together.
tried this but no success:
keys = _(arrayofobjects).first().keys()
Is this possible?
New to underscore. Trying to clean up my code by chaining things together.
tried this but no success:
keys = _(arrayofobjects).first().keys()
Is this possible?