Wikiki / bulma-carousel

Display a carousel
MIT License
136 stars 99 forks source link

updated const to let #19

Closed JohnMica closed 6 years ago

JohnMica commented 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 ?