Javascript Data types
Introduction
JavaScript is a loosely typed and dynamic language.
WTH does that mean, nerd? 🥴
Well, consider this example:
let age = 15; // age is of type number
age = "Bello ololade" ; // age is of type string
Now that's sloppy right? Meani...
belldev.hashnode.dev4 min read
Insha Ramin
DevRel | Simplifying tech concepts | Python, Blockchain, AI
Good one Olo. Helpful for beginners👏