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
33
Introdução ao GraphQL
paulohp
0
40
GraphQL 101
paulohp
0
74
Side Effects: Uma Saga até o React
paulohp
0
79
MobX: State Management made easy
paulohp
0
80
Docker: The Rise of Containers
paulohp
0
85
We Work Remotely
paulohp
2
88
Angular2
paulohp
0
220
Node.js Codelab
paulohp
1
170
Other Decks in Programming
See All in Programming
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
230
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
3
330
return文におけるstd::moveについて
onihusube
1
1.4k
Package Traits
ikesyo
1
210
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
370
php-conference-japan-2024
tasuku43
0
430
AHC041解説
terryu16
0
400
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
290
ISUCON14感想戦で85万点まで頑張ってみた
ponyo877
1
600
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
210
AWSのLambdaで PHPを動かす選択肢
rinchoku
2
390
良いユニットテストを書こう
mototakatsu
11
3.6k
Featured
See All Featured
Being A Developer After 40
akosma
89
590k
Statistics for Hackers
jakevdp
797
220k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
The World Runs on Bad Software
bkeepers
PRO
66
11k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Building Applications with DynamoDB
mza
93
6.2k
Done Done
chrislema
182
16k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Producing Creativity
orderedlist
PRO
343
39k
Mobile First: as difficult as doing things right
swwweet
222
9k
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