Use of const in parameters of methods

By habit, I put const in front of all parameters of functions and procedures (unless required otherwise).

I am suspecting that it makes no different for javascript. Is this true ? Shall I not waste time typing it in?

Correct

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.