Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elijahmanor/11390429 to your computer and use it in GitHub Desktop.
Save elijahmanor/11390429 to your computer and use it in GitHub Desktop.
ES6: Using Tomorrow's JavaScript Today

ES6: Using Tomorrow's JavaScript Today

Title

ES6: Using Tomorrow's JavaScript Today

Abstract

JavaScript has been around for quite some time and it's been an interesting journey. We're in anintersting place where the lastest version of JavaScript (ECMAScript 6) is being implemented across modern browsers and we can start playing with it today.

In this talk we will discuss some of these features including block scope (let & const), shorthand object literal syntax, the destructuring assignment syntax, the spread operator, rest parameters, modules, classes, and much more.

Not only can you start playing with these features, but I'll show how you can start using them today in your applications.

Bio

Elijah Manor is a Christian and a family man. He works at The Lampo Group (Dave Ramsey) as a front-end web developer. He is a Microsoft Regional Director, Microsoft ASP.NET MVP, ASPInsider, IE userAgent, and a Pluralsight author. He enjoys blogging at http://elijahmanor.com and tweeting (@elijahmanor) about the things he learns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment