Dos pesos

Make const, not var

October 10, 2019

es2015

  • use const by default
  • only use let if rebinding is needed
  • var shouldn’t be used

further reading


Marc PicaudMarc Picaud

Written by Marc Picaud who likes to build web-y things and talk about engineering.