javascript - How can I tell if an object is empty? -
this question has answer here:
- length of javascript object 30 answers
i hope makes sense. if have object:
var = {"minlength":true} var = {}
how can tell if object empty (the second line of code)
object.keys(a).length === 0
should trick.
Comments
Post a Comment