javascript - How can I tell if an object is empty? -


this question has answer here:

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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -