JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Review Usage of var and let #7

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

The application needs to be reviewed to make the usage of var and let more intentional.

TheDizruptor commented 4 years ago

Global scope not necessary for any variables declared using var, all changed to let.