外观
禁止重新赋值function 声明
function
重写/重新赋值以 FunctionDeclaration 形式编写的函数通常表示存在错误或问题。
function foo() {} foo = bar;