Use const instead of let
robertoachar opened this issue · 2 comments
robertoachar commented
You could use const
instead of let
in this case.
const total = this.getPercentageScroll(window.scrollY)
BTW, good job!
diogomoretti commented
Nice change ;) Feel free to open a PR =]
raisiqueira commented
done! #5