I don’t always make the time to pre-read the shownotes for Programming By Stealth but I never regret when I do make the time. That was especially true this week. In this installment, Bart Busschots takes us through his solution to the challenge from PBS 151, which was to print a “pretty” multiplication table using […]
Continue readingMore TagTag: loops
CCATP #761 — Bart Busschots on PBS 146 of X – Shell Loops
As Bart continues our education in shell scripting, he explains the simplicity of looping. He explains the four types of loops: while, until, for, and select, along with the simple syntax of do/done within a loop. He walks us through a lot of examples that illustrate how each one of these loops work. He ends […]
Continue readingMore TagCCATP #514 – Bart Busschots on PBS 45 – ES6 Arrays & Strings
In this week’s Programming By Stealth, Bart starts by actually giving me credit for leading him to rethink his strategy on the use of const and let. He was nudged along in the strategy by the most awesome Jill. Then Bart goes on to reveal even more of the joy that is JavaScript ES6. He […]
Continue readingMore TagCCATP #438 – Programming by Stealth – 14 of x JavaScript Loops & Arrays
We’re back to Programming By Stealth with Bart Busschots where he explains how to create Arrays in Javascript and how to use “while” and “for” to create loops to access the information in Arrays. It’s a little bit of a propeller beanie episode but we powered through till I got it! And as always, here’s […]
Continue readingMore Tag