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
TypeScript - ViennaJS - 27/03/2013
Search
jeremysolarz
March 27, 2013
Programming
1
64
TypeScript - ViennaJS - 27/03/2013
jeremysolarz
March 27, 2013
Tweet
Share
Other Decks in Programming
See All in Programming
Claude Codeログ基盤の構築
giginet
PRO
7
3.8k
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
2.2k
「速くなった気がする」をデータで疑う
senleaf24
0
110
ロボットのための工場に灯りは要らない
watany
12
3.2k
Rethinking API Platform Filters
vinceamstoutz
0
4.2k
Symfonyの特性(設計思想)を手軽に活かす特性(trait)
ickx
0
110
20260320登壇資料
pharct
0
140
20260315 AWSなんもわからん🥲
chiilog
2
180
Codex の「自走力」を高める
yorifuji
0
1.3k
PHP 7.4でもOpenTelemetryゼロコード計装がしたい! / PHPerKaigi 2026
arthur1
1
450
今からFlash開発できるわけないじゃん、ムリムリ! (※ムリじゃなかった!?)
arkw
0
170
夢の無限スパゲッティ製造機 -実装篇- #phpstudy
o0h
PRO
0
180
Featured
See All Featured
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.8k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
140
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.2k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
250
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
780
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
[SF Ruby Conf 2025] Rails X
palkan
2
870
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.9k
Statistics for Hackers
jakevdp
799
230k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Transcript
TypeScript
Benefits - optional static typing - classes - modules (AMD,
CommonJS, proprietary) http://brettjonesdev.com/modularization-in-typescript/ - interfaces - use JS language features http://www.typescriptlang.org/
Usage Node: npm install -g typescript Visual Studio: via *.msi
Do you know header? - declaration files - end in
.d.ts - contain only interface
Nice Features - callback definiton - optional arguments
Example