I am not able to understand output of following consoles?
console.log({} + 1) //1 why is is one ?\ console.log(1 + {}) //1[object Object] why?