-
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.
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.