Used to iterate over a block of code as long as the test expression (condition) is true.
<aside> 💡
We generally use this loop when we don't know the number of times to iterate beforehand.
</aside>