We're a place where coders share, stay up-to-date and grow their careers.
99% of the time your variable reference won't need to change (reassigned) so use const, for the other use let, it's that simple.
99% of the time your variable reference won't need to change (reassigned) so use const, for the other use let, it's that simple.