In a switch statement, can multiple cases share the same code block?
Yes, by placing them together without any breaks
No, each case must have a separate code block
Yes, by separating them with commas
No, it is not allowed in JavaScript