Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Language Reference
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
tkirby
November 03, 2015
0
120
Language Reference
tkirby
November 03, 2015
Tweet
Share
More Decks by tkirby
See All by tkirby
前端網頁資料視覺化設計
tkirby
1
580
Theory of Graphical Perception
tkirby
0
610
Open Refine Course
tkirby
0
250
新聞記者的程式設計第一課
tkirby
0
590
Visualization over Web
tkirby
0
150
迎戰壞資料 @ dbootcamp Taipei
tkirby
0
800
Rasterize D3.js
tkirby
7
1.8k
SVG + D3.JS Course Slide
tkirby
0
270
資料新聞學手冊導讀
tkirby
0
310
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
850
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.1k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
130
BBQ
matthewcrist
89
10k
A better future with KSS
kneath
240
18k
The untapped power of vector embeddings
frankvandijk
2
1.6k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
300
Ruling the World: When Life Gets Gamed
codingconduct
0
160
Agile that works and the tools we love
rasmusluckow
331
21k
The browser strikes back
jonoalderson
0
740
Odyssey Design
rkendrick25
PRO
2
530
It's Worth the Effort
3n
188
29k
Transcript
a = (1 + 2 - 3) / 4 %
5; if(a==1) { } for(i=0;i<5;i++) { break; } a = [1,2,3]; b = {c: 1}; function d(e,f) { return e + f; } a = true || false && (b == 2) var a = 1; function b() { var a = 2; } 四則運算 邏輯運算 條件執⾏行 資料型態 函式 重覆執⾏行 變數宣告與有效範圍