Web Unleashed 2014

2014-09-17 00:00:00 2014-09-19 00:00:00 America/Toronto Web Unleashed 2014 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

This talk aims to give an overview of the new syntax, operators and primitives in ES6. Marcos will look at some of the new syntax, such as the fat arrow, rest and spread, destructuring and new ways that simplify looping over collections. He will cover new object primitives (sets and maps), as well as promises: what they are and how you can use them to write cleaner, more comprehensible and maintainable async code. Marcos will also cover generators, and how they can help you encapsulate and simplify common coding patterns. Lastly he will cover modules and classes, and how they are uniquely designed with the Web in mind.

Target Audience

This talk is for Web/Node developers.

Five things audience members will learn

  1. New syntax and operators
  2. Language primitives including sets, maps, and iterators
  3. Generators – what they are, when you might use them
  4. Promises – escape callback hell
  5. Classes and modules – restructure how you think about coding JS