Arrow Function In ES6 - K Scott Allen

added by Paul Wheeler
12/10/2014 2:08:51 PM

144 Views

ES6 defines new syntax to offer features closely associated with functional programming, features like iterators and lazy evaluation. Let’s start looking at the new capabilities by looking at the arrow function, which will look familiar to anyone who has worked with CoffeeScript or C# code.


0 comments