PPProdigal Programmerinprodigalprogrammer.hashnode.dev·May 31, 2021 · 4 min readEp 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;...00
PPProdigal Programmerinprodigalprogrammer.hashnode.dev·May 17, 2021 · 1 min readEp 001: The Prodigal Programmer returns!Once upon a time a boy from South London didn't know what he wanted to be. He always loved to play games and work with Technology, so decided maybe he could be a Games Programmer. He enrolled into a BTEC course 15 years ago called 'Software Developm...00