coffeescript Stuff you might didn't know about CoffeeScript CoffeeScript is a language that is falling out in popularity these days. Of course, with the arrival of ES6 doesn't make a lot of sense, does it? Wow, that wasn't a good way
javascript JavaScript Map and WeakMap This is the second part of a two post series. The first one was JavaScript Set and WeakSet. Map From MDN: The Map object is a simple key/value map. Any value (both
javascript JavaScript Set and WeakSet When I started writing this post, I thought I could explain some of the ES6 new types. A post called "JS New Built-ins types in ES6" and an overkill. So I
javascript Arrow functions JavaScript is moving forward to his ES6 version. One of his new features introduces the arrow function syntax. Functions are everywhere Anonymous functions Anonymous functions are one of the most common characteristics in