switch(type){ case "PNG": case "JPG": case "JPEG": alert("works"); break; default: alert("not working"); break; }