Skip to content

Convert JavaScript syntax so that we are using ES6 #68

@matthuynh

Description

@matthuynh

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 let instead of var
  • Use const when possible
  • Use arrow functions when possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    full-stackFeatures that require work in front-end, back-end, and middlewaregood first issueGood for newcomersrefactorClean up existing code

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions