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
32
Introdução ao GraphQL
paulohp
0
39
GraphQL 101
paulohp
0
74
Side Effects: Uma Saga até o React
paulohp
0
77
MobX: State Management made easy
paulohp
0
80
Docker: The Rise of Containers
paulohp
0
84
We Work Remotely
paulohp
2
88
Angular2
paulohp
0
220
Node.js Codelab
paulohp
1
160
Other Decks in Programming
See All in Programming
毎日13時間もかかるバッチ処理をたった3日で60%短縮するためにやったこと
sho_ssk_
1
180
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
360
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
1
150
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
110
数十万行のプロジェクトを Scala 2から3に完全移行した
xuwei_k
0
280
Beyond ORM
77web
7
960
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
3
500
create_tableをしただけなのに〜囚われのuuid編〜
daisukeshinoku
0
270
Exploring: Partial and Independent Composables
blackbracken
0
100
KubeCon + CloudNativeCon NA 2024 Overviewat Kubernetes Meetup Tokyo #68 / amsy810_k8sjp68
masayaaoyama
0
260
モバイルアプリにおける自動テストの導入戦略
ostk0069
0
110
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
140
Featured
See All Featured
BBQ
matthewcrist
85
9.4k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Being A Developer After 40
akosma
87
590k
Mobile First: as difficult as doing things right
swwweet
222
9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
Become a Pro
speakerdeck
PRO
26
5k
GraphQLとの向き合い方2022年版
quramy
44
13k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
We Have a Design System, Now What?
morganepeng
51
7.3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2k
Speed Design
sergeychernyshev
25
670
Reflections from 52 weeks, 52 projects
jeffersonlam
347
20k
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