Beginner's Guide to Understanding Data Types in JavaScript
JavaScript is a loosely typed {or Dynamic language}, hence any value can be assigned to variables in JavaScript.
{ Note: Loosely type means that we don't have to define variable's data type in advance like string, float, int, etc. }
In JavaScript, w...
maanil.hashnode.dev5 min read