Convert JavaScript syntax so that we are using ES6 #68
Labels
full-stack
Features that require work in front-end, back-end, and middleware
good first issue
Good for newcomers
refactor
Clean up existing code
Milestone
For consistency in the codebase, all JavaScript code should convert to use ES6 syntax.
https://www.w3schools.com/js/js_es6.asp
What this means:
let
instead ofvar
const
when possibleThe text was updated successfully, but these errors were encountered: