javascript - Count number of keys in object with Coffeescript -


i know how many keys in coffeescript object.

i can in js:

object.keys(obj).length

is there way in coffeescript?

object.keys(obj).length 

it should work same way in coffeescript

see example


Comments