Maybe I'm missing something. I would expect Object.keys(myObj).length
to give the number of keys in myObj
. So I'm not sure how this solves the problem(s) here.
Maybe I'm missing something. I would expect Object.keys(myObj).length
to give the number of keys in myObj
. So I'm not sure how this solves the problem(s) here.