If that's the case, then wouldn't both "asdf" and "qwer" be printed to the console when executing the following code? function test() { switch (true) { case console.log('asdf') === undefined: return 1; case…
If that's the case, then wouldn't both "asdf" and "qwer" be printed to the console when executing the following code? function test() { switch (true) { case console.log('asdf') === undefined: return 1; case…