hoisting - mmedrano9438/peripheral-brain GitHub Wiki
when a function is declared with function instead of const, then it is hoisted (made available) to the top of the code.
The declaration of functions, variables, classes, or imports are moved to the top of their scope.