Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Language Reference
tkirby
November 03, 2015
0
67
Language Reference
tkirby
November 03, 2015
Tweet
Share
More Decks by tkirby
See All by tkirby
前端網頁資料視覺化設計
tkirby
1
320
Theory of Graphical Perception
tkirby
0
210
Open Refine Course
tkirby
0
160
新聞記者的程式設計第一課
tkirby
0
410
Visualization over Web
tkirby
0
83
迎戰壞資料 @ dbootcamp Taipei
tkirby
0
630
Rasterize D3.js
tkirby
7
1.3k
SVG + D3.JS Course Slide
tkirby
0
160
資料新聞學手冊導讀
tkirby
0
150
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
21
1.4k
What's in a price? How to price your products and services
michaelherold
229
9.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
316
19k
Learning to Love Humans: Emotional Interface Design
aarron
261
37k
Teambox: Starting and Learning
jrom
123
7.7k
The Mythical Team-Month
searls
210
39k
Robots, Beer and Maslow
schacon
152
7.1k
How to train your dragon (web standard)
notwaldorf
60
3.9k
Web development in the modern age
philhawksworth
197
9.3k
Building Flexible Design Systems
yeseniaperezcruz
310
34k
Documentation Writing (for coders)
carmenintech
48
2.6k
Streamline your AJAX requests with AmplifyJS and jQuery
dougneiner
127
8.5k
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; } 四則運算 邏輯運算 條件執⾏行 資料型態 函式 重覆執⾏行 變數宣告與有效範圍