Right now if you look at parts of our code base we still use var for variable declaration where we should be using other declaration (like const).
Right now if you look at parts of our code base we still use var for variable declaration where we should be using other declaration (like const).