When you declare a variable with the let keyword inside a block, statement, or expression, its scope is limited to that block, statement, or expression
“use strict”; : 必须声明
const : read-only
objects (including arrays and functions) assigned to a variable using const are still mutable