ES6 "coffescript"-style functions

Just testing....

by Steven Senkus

JavaScript

var foo = [1,2,3,45]
var bar = foo.map( (n) => console.log(n + 1) );