const a={test:123} JSON.stringify(a)==="{}" // false
const a={test:123} console.log(Object.keys(a).length) // 1