website
website copied to clipboard
Fix JS Lint Warnings
Fixes the warnings that appear in the lint logs due to old style var
usage over let
or const
for variable assignment.
This pull request is ready for review.