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

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -