//函数:
函数根据名称分类➡️匿名函数【function(){}】 有名函数【 function show(){} 】
函数根据作用分类➡️普通函数【show()】 事件函数【xxx.onclick = show】
函数根据性质分类➡️构造函数 普通函数