JSFiddle - React, Tailwind, and code Playground
by Ender
JavaScript
switch (53) {
case 50+3:
alert('it works!');
break;
default:
alert('it doesn\'t work!');
}
by Ender
switch (53) {
case 50+3:
alert('it works!');
break;
default:
alert('it doesn\'t work!');
}