函数
具有返回值
没有任何返回值
多个返回值
不带任何参数
参数数组
In/Out 参数
可变参数
可选参数值
递归
function
sayGoodby
() {
console.
log
(
"Goodby!"
);
}
sayGoodby
();