Coding 101: The While Loop

The Test Lead
4 min readJan 1, 2021

No matter what programming language you start to code in, it is important that you understand the basics to start and build from there. One of the core functionalities in programming that is used throughout every object-oriented programming language is the “while” loop.

This article will:

  • Define what a while loop is
  • Breakdown the structure of a while loop
  • Show the different comparisons that can be used in a while loop
  • Show how it is used in code

--

--

The Test Lead

SDET at fintech company in NYC. Visit personal page http://thetestinglead.com// Twitter @juss_bailey Youtube @The Test Lead