switch(x) { case 1: console.log('1') // comment default: break; }