Joseph Kithekajosephkitheka.hashnode.dev·Jul 19, 2022Conditional examplesConditional examples In this reading, you will learn when to use the if else statement and when to use the switch statement. Both if else and switch are used to determine the program execution flow based on whether or not some conditions have been me...36 readsJavaScript