control-flowJavaScriptControl FlowEasyWhat does the switch statement do when no case matches?1It executes the default block if present2It throws an error3It runs the first case4It loops back to the topBack to list