TravelMapping / EduTools

Educational tools using TravelMapping data
3 stars 21 forks source link

HDX: js const declarations #524

Closed jteresco closed 1 year ago

jteresco commented 1 year ago

It seems code style and safety could be improved by using the JS const keyword when introducing names whose values will not change.

jteresco commented 1 year ago

Also replace var with let where appropriate.

jteresco commented 1 year ago

Done!