Created
March 15, 2020 10:16
-
-
Save showlovezz/d4fdcac24e78324141045ebfb20d2065 to your computer and use it in GitHub Desktop.
鼠年全馬鐵人挑戰 - 6-9
This file contains hidden or 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
// Sample | |
var vita = 90; | |
if (vita >= 80) { | |
console.log('Vita 分數大於 80 分'); // 會印出 Vita 分數大於 80 分 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment