Conditionals Conditional statements allow me to execute codes based on the conditions given. These conditions are boolean expressions, that is they return either true or false. E.g. There are several types of conditional statements in Javascript, bu...