diogomoretti/react-snakke

Use const instead of let

robertoachar opened this issue · 2 comments

You could use const instead of let in this case.

const total = this.getPercentageScroll(window.scrollY)

BTW, good job!

Nice change ;) Feel free to open a PR =]

done! #5