Skip to content

Instantly share code, notes, and snippets.

@showlovezz
Created March 15, 2020 10:16
Show Gist options
  • Save showlovezz/d4fdcac24e78324141045ebfb20d2065 to your computer and use it in GitHub Desktop.
Save showlovezz/d4fdcac24e78324141045ebfb20d2065 to your computer and use it in GitHub Desktop.
鼠年全馬鐵人挑戰 - 6-9
// 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