#javascript
Read more stories on Hashnode
Articles with this tag
Introduction Type casting is the conversion of a type of data from one type to another. In javascript, converting a datatype is a bit weird but...
Hoisting is one of the magical spells or magic itself that happens in javascript. In hoisting, variables (and function) declaration is moved to the...