After seeing this answer in a Code Golf challenge, I found out about this:
console.log("0x" + "e" - 0); // 14
How does it happen?
After seeing this answer in a Code Golf challenge, I found out about this:
console.log("0x" + "e" - 0); // 14
How does it happen?