Articles in this series
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...
Defending Variables · Defending variables in JS have its own way. We have three ways to defend a variable let, var, const. VarLetConst ...
Numbers · I personally didn't understand how do JS act with number, but after I learnt about it. We have to understand what's the data types of...
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...
Data Types · Hey there! 👋🏻 We're now going to explain the data types of JavaScript, I'm only going to talk this time about the data types itself, ⚠️...
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...