forked from Squatconf/Talks
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Talks/canceled/Harmony_with_ES{6,7,8}.md

31 lines
799 B
Markdown

#infos
auth-name : Hemanth.HM
tag : Javascript, ES6, ES7, ES8
advance costs : TBD
need room : Y
Location : TBD
Can host ppl : N/A
Can host ppl : N/A
# Objective
How ES{6,7,8..} will change the way you code JS, both on client and server side?!
# Description
JavaScript.next('ES6') is here!
Time has arrived to use the reserved keywords like class and module, along with iterators, for/of loops, Python-style generators and generator expressions, arrow functions, binary data, collections (maps, sets and weak maps), proxies (metaprogramming for virtual objects and wrappers) and much more!
Given that ES6 is very vast, in this talk I shall be giving an overview of all the above mentioned major features with demo on how we can use them today!