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
54
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
53
Menstrual cup: suit and freedom
cheesecakelabs
0
60
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
37
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
45
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Programming
See All in Programming
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
470
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
930
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7.1k
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
1.1k
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
300
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
450
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
2
12k
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
1k
顧客の画像データをテラバイト単位で配信する 画像サーバを WebP にした際に起こった課題と その対応策 ~継続的な取り組みを添えて~
takutakahashi
4
1.3k
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
1.1k
ソフトウェア設計とAI技術の活用
masuda220
PRO
18
4.2k
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
830
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Rails Girls Zürich Keynote
gr2m
95
14k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
RailsConf 2023
tenderlove
30
1.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Why Our Code Smells
bkeepers
PRO
337
57k
GraphQLとの向き合い方2022年版
quramy
49
14k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
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