๐ Day 3/21 โ My JavaScript Learning Journey
Today I explored two core concepts: Loops & Strings.
๐น Loops in JavaScript
for โ classic loop with index.
while โ runs until a condition is true.
do...while โ executes at least once.
for...of โ best