Created
February 15, 2020 16:40
-
-
Save showlovezz/665fafd2267612932711ce2e18d1e853 to your computer and use it in GitHub Desktop.
鼠年全馬鐵人挑戰 - 2-3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mathDouble = (a) => { // 箭頭函式表達式寫法 | |
return a * 2; | |
} | |
console.log(mathDouble (10)) // 呼叫函式 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment