11:15 AM Saturday Room: SC-127
JavaScript is one of the most popular programming languages used today. If you are a Web Application developer, you can't live without it. If you are a back end developer, you will come across some front end code sooner or later. JavaScript is used even at the server side applications like in node.js
In this session we will explore lots of features of EcmaScript 2015. We will start with the scoping of the variables using let and constant, touch upon spread operator, default and rest parameters. We will see several examples of structuring/destructuring using variables, arrays and objects. After that we will have a deep dive in arrow functions, iterators and generators, and conclude with the discussions on proxies and promises.