1 line
47 B
JavaScript
1 line
47 B
JavaScript
switch (answer) { case 42: let t = 42; break; } |
switch (answer) { case 42: let t = 42; break; } |