Conditionals are a way we can compare values to get either a truthy, or falsy value. Using logical operators such as >, =, <, >=, and <= we are able to easily compare data, and if the input matches the allowed flow, then a series of instructions can then be executed. Conditions are the corner stone to almost all programming languages.