Object to primitive conversion
Demystifying JavaScript: How Objects Convert to Primitives
Have you ever seen something like this in JavaScript?
alert({name: "Priyanka"} + 100); // [object Object]100
Confused? You're not alone. JavaScript is powerful, but sometimes its implicit be...
withpriyanka.hashnode.dev4 min read