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
260
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
35
Introdução ao GraphQL
paulohp
0
41
GraphQL 101
paulohp
0
74
Side Effects: Uma Saga até o React
paulohp
0
79
MobX: State Management made easy
paulohp
0
81
Docker: The Rise of Containers
paulohp
0
85
We Work Remotely
paulohp
2
89
Angular2
paulohp
0
220
Node.js Codelab
paulohp
1
170
Other Decks in Programming
See All in Programming
GoとPHPのインターフェイスの違い
shimabox
2
190
dbt Pythonモデルで実現するSnowflake活用術
trsnium
0
180
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
270
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
250
pylint custom ruleで始めるレビュー自動化
shogoujiie
0
120
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
170
Rails アプリ地図考 Flush Cut
makicamel
1
120
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.3k
ML.NETで始める機械学習
ymd65536
0
120
Honoとフロントエンドの 型安全性について
yodaka
7
1.3k
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
760
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
67
4.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Gamification - CAS2011
davidbonilla
80
5.1k
Statistics for Hackers
jakevdp
797
220k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
RailsConf 2023
tenderlove
29
1k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Faster Mobile Websites
deanohume
306
31k
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