revise zh-tw article & add lesson 7 missing file

This commit is contained in:
CRTao
2021-03-14 11:40:06 +08:00
parent cb23d62826
commit 50cf8a27bb
16 changed files with 37 additions and 16 deletions

View File

@@ -190,6 +190,6 @@ setTimeout(() => {
這很值得去閱讀[關於箭頭函式的資料](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions),它們越來越常被用在程式碼上。試著寫個函式,再改寫成箭頭語法。
## 課題
## 作業
[把玩函式](assignment.zh-tw.md)

View File

@@ -9,5 +9,5 @@
## 學習評量
| 作業內容 | 優良 | 普通 | 待改進 |
| -------- | ----------------------- ------------------ | -------------------------- | -------------- |
| -------- | ------------------------------------------ | -------------------------- | -------------- |
| | 建立兩個以上多樣參數輸入且功能豐富的函式。 | 建立一個有參數輸入的函式。 | 函式出現問題。 |