switch

How to Use switch Statements in JS

How to Use switch Statements in JS

A switch statement is a form of a conditional statement. It will execute a code block if a certain condition is met. Switch statements are used