#web-development
Read more stories on Hashnode
Articles with this tag
Function in JavaScript just like most other languages is here to write less code and eliminate duplication. When we use a function it has to do...
Truthy & False values ยท When we use most of the programming languages or scripting languages we have some values that isn't a boolean value but it works...
String Auto Converting ยท One of the weirdest things that JS do is converting string variable to numbers by itself. When does it convert string to...
Comparing ยท Here we go again! This one is very easy but we all have to know it, you may already heard about it somewhere else too. If you weren't...