Ghost Answer
0
Q:

switch case google script

switch (email)  {
        case "basdf":
            email = "[email protected]";
            break;
        case "dfdsa":
            email = "[email protected]";
            break;
        default:
            email = "[email protected]";
            break;
    }
0

Tags

New to Communities?

Join the community