Closed JohnMica closed 6 years ago
items.length currentActive, etc .. they do change all the time so it would be better to use let instead of const since they are block scoped anyways, no ?
let
const
items.length currentActive, etc .. they do change all the time so it would be better to use
let
instead ofconst
since they are block scoped anyways, no ?