Something awesome in javascript
Hey folks, you are know JavaScript. Today i want to tell you some awesome things about javascript.
Just try this
console.log(5 - "4");
I am trying to subtract a string from number and it's works
You will get 1
Then console.log(5 + "4");
Output is 54...
tech2.hashnode.dev1 min read
Kai Pereira
Crazy Coder π
Such a great article! You need to turn this into a series! They are almost addictive to read... Keep on going with it!