Javascript TUTORIAL


Switch statement



A switch statement is a replacement of several loops of the if else construct. In this series we have exammined a number of issues with the switch construct.