Inequality In Equality
JavaScript is a weakly typed programming language. What does weakly typed mean, you ask? Well π€ Weakly typed means that while declaring a variable you don't need to provide its type. JavaScript will figure out that variable's type on the fly.
But th...
vivekkushal.hashnode.dev2 min read