rockerest’s avatarrockerest’s Twitter Archive—№ 12,096

  1. const = This thing is *constant*: an ID, a phone number, an address. let = I need or want block scope and *right here (at assignment time)* that's different from the default function (or maybe global) scope. var = everything else.