This commit is contained in:
2020-12-21 09:26:16 +08:00
parent 04ea9eecd7
commit cf0ffb3672
6 changed files with 140 additions and 0 deletions

12
javascript/7.函数.md Normal file
View File

@@ -0,0 +1,12 @@
# 函数
## 定义函数
```javascript
function name(arg){
....
}
```
## 理解参数