iT邦幫忙

鐵人檔案

2021 iThome 鐵人賽
回列表
Modern Web

Learn & Play JavaScript -- Entry-Level Front-End Web Development 系列

Hi everyone!

I'm Vida.
Last year, I wrote 30 articles about "PM your Career & Life," which deviated from the script but very interesting.
This year, I'm challenging entry-level front-end web development as a beginner : )

Learning continues!

Cheers!

鐵人鍊成 | 共 30 篇文章 | 4 人訂閱 訂閱系列文 RSS系列文
DAY 11

#11 CSS3 Flexbox: RWD

How do RWD control columns displaying on devices of different pixels ? First of...

2021-09-11 ‧ 由 Vida Lin 分享
DAY 12

#12 JavaScript Introduction

What is JavaScript? HTML is like the structure/bone of our body; JavaScript is...

2021-09-12 ‧ 由 Vida Lin 分享
DAY 13

#13 JS: Intro to Data, Variables, Operators

Data: Number, String, Boolean Number: e.g. 7, 17 String: consist of quotation m...

2021-09-13 ‧ 由 Vida Lin 分享
DAY 14

#14 JS: create a calculator by prompt()

Final Calculator Design <!DOCTYPE html> <html> <head> <tit...

2021-09-14 ‧ 由 Vida Lin 分享
DAY 15

#15 JS: if else statement

To make the operators meaningful for users, let’s explain by examples if stateme...

2021-09-15 ‧ 由 Vida Lin 分享
DAY 16

#16 JS: loop - Part 1

while statement If the statement is true, the code inside of {} would be execute...

2021-09-16 ‧ 由 Vida Lin 分享
DAY 17

#17 JS: loop - Part 2

To fully understand how loop works, I try to break down the loop and practice li...

2021-09-17 ‧ 由 Vida Lin 分享
DAY 18

#18 JS: Intro to function

What is function? Simple explanation: when you find out that you’re repeating c...

2021-09-18 ‧ 由 Vida Lin 分享
DAY 19

#19 JS: Modified functions & how function create spaces

Modified functions(變形函式) Before introducing modified function, let's recall our...

2021-09-19 ‧ 由 Vida Lin 分享
DAY 20

#20 JS: Object Fundamentals

What is an Object? Introduction by W3C School Elements creating Object: prope...

2021-09-20 ‧ 由 Vida Lin 分享