some javascript

// Delete the description. // That seems slow right? // Delete // try typing, with your cursor on the first line the following. // 7dd // What does that mean about j and k? // But we have a problem down we? function foo(a, b, c) { switch (a) { case 1: return b + c; break; default: return a * b + c; }

throw new Error("This should never happen");

}

if (true) { console.log(foo(1, 5, 7)); }