JavaScript Dev fundamental
Variables & Data Types
var, let, const.
Primitive types: string, number, boolean, null, undefined, symbol.
Null vs Undefined (imp):
null: is explicitly assigned to a variable to indicate that it is intentionally empty or has no value.
Type: It ...
morshedulmunna.hashnode.dev15 min read