Ep 002: Loops (Fruity)
Today I'd like to speak about the for Loop in Javascript. What a fantastic invention!
I've only really just learnt the fundamentals, but here are a few simple examples:
See the syntax below:
const cities = ['London', 'Paris', 'Rome'];
for (let i = 0;...
prodigalprogrammer.hashnode.dev4 min read