Day 04 of JavaScript
Explored operators & type coercion — where JavaScript decides what your data should be, not what it is.
"5" + 2 → "52"
"5" - 2 → 3
Same value. Different behavior.
That’s JavaScript.
#JavaScript #LearninginPublic #CoderArmy🪖�AM

1
2
10











