diff --git a/2017-hellojs_overflow/HWjs b/2017-hellojs_overflow/HWjs new file mode 100644 index 0000000..81e8c84 --- /dev/null +++ b/2017-hellojs_overflow/HWjs @@ -0,0 +1,19 @@ +//賴彥嘉 +//getBMI +function getBMI(height, weight){ + return weight/(height*height); +} +console.log(getBMI(1.88, 74)); +// getMessage +var message ; +function getMessage(height, weight){ + return weight/(height*height); +} +var bmi= getMessage(1.7,74) +if(bmi<18.5){ + message = '過輕';} + else if(bmi>24){ + message='過重' } + else{ + message='正常'} +console.log(message); // diff --git a/2017-hellojs_overflow/index.md b/2017-hellojs_overflow/index.md new file mode 100644 index 0000000..c0780cc --- /dev/null +++ b/2017-hellojs_overflow/index.md @@ -0,0 +1,48 @@ +# 我的個人簡介 + +## 基本資料 +- 姓名:賴彥嘉 +- 暱稱:jimmy +- 性別:man +- Email:acerm8@gmail.com +- Slack ID:j508508 + +## 技能評級 +- JavaScript:* +- CSS:* +- git:* + +## 自我介紹 +我是彥嘉,喜歡跑步 + +## 作品集 +- https://goo.gl/FUaDLw + +## 經歷 +- 105學年度 學生議會代表 + +## 學歷 +- 雲林科技大學工管系 + + +## 分組資料 +- 小組名稱:2017-hellojs_overflow + +### 小組成員1(我) +- 姓名:賴彥嘉 +- Slack ID:j508508 +- 專長:無 + +### 小組成員2 +- 姓名:李政勳 +- Slack ID:james +- 專長: coding + +### 小組成員3 +- 姓名:莊于萱 +- Slack ID:kaya +- 專長:未知 +### 小組成員4 +- 姓名:徐筱懿 +- Slack ID:shiaoyi +- 專長:未知 diff --git a/2017-jimmy/index.md b/2017-jimmy/index.md new file mode 100644 index 0000000..bd1b879 --- /dev/null +++ b/2017-jimmy/index.md @@ -0,0 +1,44 @@ +# 我的個人簡介 + +## 基本資料 +- 姓名: +- 暱稱: +- 性別: +- Email: +- Slack ID: + +## 技能評級 +- JavaScript:***** +- CSS:** +- git:* + +## 自我介紹 +我是... + +## 作品集 +- + +## 經歷 +- 2016 HelloJS 完訓... + +## 學歷 +- OO大學AA系 +- XX大學BB所 + +## 分組資料 +- 小組名稱: + +### 小組成員1(我) +- 姓名:XXX +- Slack ID:abc123 +- 專長: + +### 小組成員2 +- 姓名:XXX +- Slack ID:abc123 +- 專長: + +### 小組成員3 +- 姓名:XXX +- Slack ID:abc123 +- 專長: diff --git a/sample/index.md b/sample/index.md index bd1b879..f21f4da 100644 --- a/sample/index.md +++ b/sample/index.md @@ -1,15 +1,15 @@ # 我的個人簡介 ## 基本資料 -- 姓名: -- 暱稱: -- 性別: -- Email: -- Slack ID: +- 姓名:賴彥嘉 +- 暱稱:jimmy +- 性別:man +- Email:acerm8@gmail.com +- Slack ID:j508508 ## 技能評級 -- JavaScript:***** -- CSS:** +- JavaScript:* +- CSS:* - git:* ## 自我介紹