What\'s the difference between:
switch (expression) { case: somethings; break; }
and
switch (expression) {
you have to use curly brackets:
const
let