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
, which scopes to the current block? Let it be?
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
, which scopes to the current block? Let it be?