Switch to let, const variable declaration
Convert all variable to let or const (when they are non-changing variables).
Signed-off-by: Matej Starc matej.starc@protonmail.com
Edited by Matej Starc
Convert all variable to let or const (when they are non-changing variables).
Signed-off-by: Matej Starc matej.starc@protonmail.com