JavaScript Notes
The switch statement evaluates an expression, matching the expression's value against a series of case clauses, and executes statements after the first case clause with a matching value, until a break statement is encountered. If it has not break sta...
tanmayablog.hashnode.dev3 min read