let a = true; let b = false; switch (a) { case true: let b = 2; break; case false: let c = 3; break; }