If you’re just starting to learn JavaScript, one of the first things you’ll end up learning about are conditionals, else, you are missing essential knowledge on how to control behavior in your tool-belt. Conditional statements help determine what blocks of code are executed based on conditions you set. The different…