In this tutorial for Codecademy's JavaScript course, Conditional Statements section, we take a look at the lesson, "Comparison Operators". Here we begin to learn how we can use conditional statements in combination with comparison operators, to choose when to run certain code. We are able to use comparison operators to either return a true or false condition, which will decide whether or not to run a block statement or continue on to the next conditional. Understanding comparison operators is a huge part of learning conditional statements with JavaScript so make sure to understand this stuff before moving on. Any great JavaScript developer will understand comparison operators in and out! Make sure to master conditional statements and comparison operators! It will aid in learning to truly think like a programmer!