let var be const

December 17, 2017

TLDR

Use const as much as possible, use let otherwise.

Read more