-
Notifications
You must be signed in to change notification settings - Fork 1
Convert JavaScript syntax so that we are using ES6 #68
Copy link
Copy link
Open
Labels
full-stackFeatures that require work in front-end, back-end, and middlewareFeatures that require work in front-end, back-end, and middlewaregood first issueGood for newcomersGood for newcomersrefactorClean up existing codeClean up existing code
Milestone
Description
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:
- Use
letinstead ofvar - Use
constwhen possible - Use arrow functions when possible
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
full-stackFeatures that require work in front-end, back-end, and middlewareFeatures that require work in front-end, back-end, and middlewaregood first issueGood for newcomersGood for newcomersrefactorClean up existing codeClean up existing code