Skip to content

keys

Signature

keys(object)

Description

Returns an array containing the keys of the provided object.

Examples

keys({bar:'bam',foo:'baz'}) == ['bar','foo']