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
Harmony with ES6!
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
hemanth.hm
November 16, 2013
Programming
6
1.2k
Harmony with ES6!
What are all the ES6 features you can use right now?
hemanth.hm
November 16, 2013
Tweet
Share
More Decks by hemanth.hm
See All by hemanth.hm
Rethink Async
gnumanth
1
110
Web Components v1
gnumanth
1
130
Ants and Algorithm
gnumanth
1
130
NoSQL?
gnumanth
2
260
Google's whitepaper
gnumanth
3
160
Python Intro
gnumanth
1
400
Other Decks in Programming
See All in Programming
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
140
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
350
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
110
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
680
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
960
15年目のiOSアプリを1から作り直す技術
teakun
1
610
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
740
Codex の「自走力」を高める
yorifuji
0
950
SourceGeneratorのマーカー属性問題について
htkym
0
170
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
140
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
400
Featured
See All Featured
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
The untapped power of vector embeddings
frankvandijk
2
1.6k
30 Presentation Tips
portentint
PRO
1
250
Producing Creativity
orderedlist
PRO
348
40k
Fireside Chat
paigeccino
42
3.8k
Why Our Code Smells
bkeepers
PRO
340
58k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
460
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
340
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
The browser strikes back
jonoalderson
0
760
Transcript
None
Not about the future!
None
None
None
None
ES6 features visualized
Scoping : block scoping, destructuring, default params, rest parameters, spread
None
None
None
None
None
Control : generators, iterators, for-of loop, array comprehensions, arrow functions.
None
None
None
Say no to new (() => {}); arrow.call or arrow.apply
(lexial this) ( () => alert(“awesome”) ) ();
Collections : Set, Maps and Weak Maps
None
None
API Enhancements and others
None
None
None
None
None
find, findIndex, sign, trunc. Not yet in node
None
Still Curious ?
https://github.com/paulmillr/es6-shim/
http://benvie.github.io/continuum/
http://thlorenz.github.io/es6ify/
None
console.log("Thank you!"); let hemanth = { site : "h3manth.com", twitter
: "gnumanth", github : "hemanth" }; let liveCode = “tinyurl.com/jsfoo-es6”;