How to judge that this kind of object is empty?

clipboard.png

how many ways can you tell that this object is empty?

Apr.28,2022

var obj = {};
JSON.stringify(obj) === '{}' //true
Menu