Understanding Boolean Logic — “Or” vs “And” (and Everything In-Between)

Ayla Yersel
5 min readMay 4, 2021
Photo by Mark Fletcher-Brown on Unsplash

Boolean logic is everywhere. If you’ve ever shopped online, ordered take-out, or searched for something on Google, odds are that you’ve used Boolean logic. Essentially, Boolean logic boils down to the idea that every statement is either true or false.

If you are learning to code — whether you are a Computer Science student, in a bootcamp, or…

--

--