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
ES6
Search
Cheesecake Labs
June 05, 2018
Programming
0
55
ES6
Beatriz da Silveira
Cheesecake Labs
June 05, 2018
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
49
How do we create the first impressions?
cheesecakelabs
0
54
Menstrual cup: suit and freedom
cheesecakelabs
0
66
Life is a cycle, better with a bicycle
cheesecakelabs
0
51
Interview Process: how to get the best of people
cheesecakelabs
1
84
My capsule wardrobe experience
cheesecakelabs
3
59
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
39
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
47
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Programming
See All in Programming
Testing Trophyは叫ばない
toms74209200
0
860
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
390
今から始めるClaude Code入門〜AIコーディングエージェントの歴史と導入〜
nokomoro3
0
130
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
270
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
320
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
320
個人軟體時代
ethanhuang13
0
320
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
We Have a Design System, Now What?
morganepeng
53
7.8k
Docker and Python
trallard
45
3.6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Building Adaptive Systems
keathley
43
2.7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Code Review Best Practice
trishagee
70
19k
Navigating Team Friction
lara
189
15k
Agile that works and the tools we love
rasmusluckow
330
21k
Transcript
ES6
ES5 x ES6 Language -> ECMAScript (ES) ES5 (2009) -
Supported by all Browsers ES6 (2015) - Needs polyfills, transpilers ES7 (2016) ES8(2017)
Let & Block scope
const
const
const
Hoisting in ES6
Hoisting in ES6
Arrow functions
Arrow functions
Arrow functions
Arrow function and this
Arrow function and this
Arrow function and this
Functions and default parameters
Object Literal Extensions
Rest Operator
Spread Operator
The for-of loop
Template literals
Template literals
Destructuring Arrays
Destructuring Arrays
Destructuring Arrays
Destructuring - Objects
Destructuring - Objects
Destructuring - Objects
Destructuring - Objects
Maps
WeakMap
Sets set.has(1)
Weakset
Import & Export
Import & Export
Classes
Classes
Promises
Promises
Iterators
Iterators
Iterators
Iterateable Object
Iterateable Object