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
EcmaScript 6
Search
Paulo Pires
February 08, 2014
Programming
1
270
EcmaScript 6
Talk apresentado no segundo meetup de Node.JS de São Paulo
Paulo Pires
February 08, 2014
Tweet
Share
More Decks by Paulo Pires
See All by Paulo Pires
Introdução ao WebAssembly
paulohp
0
44
Introdução ao GraphQL
paulohp
0
47
GraphQL 101
paulohp
0
85
Side Effects: Uma Saga até o React
paulohp
0
84
MobX: State Management made easy
paulohp
0
87
Docker: The Rise of Containers
paulohp
0
92
We Work Remotely
paulohp
2
96
Angular2
paulohp
0
230
Node.js Codelab
paulohp
1
170
Other Decks in Programming
See All in Programming
議事録の要点整理を自動化! サーバレス Bot 構築術
penpeen
3
1.6k
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
7
1.4k
大規模アプリにおけるXcode Previews実用化までの道のり
ikesyo
0
960
AIエージェント時代における TypeScriptスキーマ駆動開発の新たな役割
bicstone
4
1.2k
パフォーマンスチューニングで Web 技術を深掘り直す
progfay
18
4.8k
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
2.5k
CSC305 Lecture 01
javiergs
PRO
1
380
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
330
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
800
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
1
540
PostgreSQLで手軽にDuckDBを使う!DuckDB&pg_duckdb入門/osk2025-duckdb
takahashiikki
1
230
クラシルを支える技術と組織
rakutek
0
190
Featured
See All Featured
Code Review Best Practice
trishagee
72
19k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Done Done
chrislema
185
16k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Being A Developer After 40
akosma
90
590k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
How STYLIGHT went responsive
nonsquared
100
5.8k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Speed Design
sergeychernyshev
32
1.1k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Transcript
ECMASCRIPT 6
Paulo Pires! paulopires.co
EcmaScript 6 .. 7
O que podemos usar agora?
Destructuring Assignment
None
Block scoped bindings
None
Classes
None
None
Parâmetros default
None
Rest Parameters
None
Spread Operator
Object Initialiser Shorthand
None
None
Property Method Assignment
None
E como usamos?
Google Traceur! no browser
--harmony! no backend
node --v8-options | grep harmony
Quer Saber Mais?
Referência! http://wiki.ecmascript.org/doku.php? id=harmony:harmony! ! https://github.com/google/traceur-compiler
vlw :D