Tuesday, May 29, 2018

object - How do I check this boolean hashmap is empty in javascript?



Possible Duplicates:
Object comparison in JavaScript
How do I test for an empty Javascript object from JSON?






var abc = {};
console.log(abc=={}) //false, why?


Why is it false? How do I match a blank hash map...?

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...