actively avoiding if-else / switch statements WIP

const listOfStuff = []

const mapOfStuff = []

as an exercise, I will try implementing switch cases as Maps to get comfortable with both of them.

ref