Just read that (const
) Behavior will vary across browser implementations. The answer I pointed to is pretty old (2012) so, is it still so bad?
As I need cross browser compatibility in my project so should I avoid use of const
keyword?
If 'yes' - how do I replace one?
UPD:
Just checked the description on the developer.mozilla.org. And YES: looks like it is that bad...