Skip to content

Switch to let and const

Bhavy Airi requested to merge tech-bash/kaidan:refactor/toLet into master

Convert all variable to let or const (when they are non-changing variables).

Merge request reports