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
41
Introdução ao GraphQL
paulohp
0
45
GraphQL 101
paulohp
0
82
Side Effects: Uma Saga até o React
paulohp
0
81
MobX: State Management made easy
paulohp
0
86
Docker: The Rise of Containers
paulohp
0
89
We Work Remotely
paulohp
2
96
Angular2
paulohp
0
220
Node.js Codelab
paulohp
1
170
Other Decks in Programming
See All in Programming
XSLTで作るBrainfuck処理系
makki_d
0
180
FastMCPでMCPサーバー/クライアントを構築してみる
ttnyt8701
2
130
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
10
1.7k
無関心の谷
kanayannet
0
140
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
360
SODA - FACT BOOK
sodainc
1
680
単体テストの始め方/作り方
toms74209200
0
410
実はすごいスピードで進化しているCSS
hayato_yokoyama
0
110
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
110
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.2k
List Unfolding - 'unfold' as the Computational Dual of 'fold', and how 'unfold' relates to 'iterate'"
philipschwarz
PRO
0
180
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
16
3.6k
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
620
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Designing for Performance
lara
609
69k
Building an army of robots
kneath
306
45k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
YesSQL, Process and Tooling at Scale
rocio
172
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
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