I've completely replaced "var" with "let" in my es 2015 code, but I noticed most variables I introduced never change. Should I replace them with "const"? Will there be any performance gain for most browsers? If so, should such performance gain be considered micro optimization?