Ripak Raj

Results 1 comments of Ripak Raj

if ("x" === s || "y" === s) { // Code to execute if s is either "x" or "y" } switch (s) { case "x": // Code to execute...