FACN3 / umm-el-fahem

authentication project
0 stars 0 forks source link

Let vs const #43

Open matthewdking opened 6 years ago

matthewdking commented 6 years ago

You are using let a lot throughout your project. However in some cases (here and here for example) you could just use const. I don't think the variable is reassigned therefore it should be a const.