JavaScript Struggles - Part 3
One of the weirdest things that JS do is converting string variable to numbers by itself.
When does it convert string to number?
We have 4 operators that can turn the string to number when the string value is numbers:
Plus (+)
Minus (-)
Multiply (*)...
abdelrahmandwedar.hashnode.dev2 min read