I understand why var takes that name - it is variable, const - it is a constant, but what is the meaning behind the name for let, whic
var
const
let
I guess it follows mathematical tradition. In mathematics, it is often said "let x be arbitrary real number" or like that.