Use const instead of let. Some of the variables are never reassigned, so it is preferred to use const over let PR Close #30888
Use const instead of let. Some of the variables are never reassigned, so it is preferred to use const over let PR Close #30888