Tag: es6

  1. How to groupBy in vanilla javascript

    Currently i need to work with javascript more and more. So, i have to learn how to do same tricks i did in python/java/swift/etc in javascript :) Recenlty I needed to group some data by key and first thing that came to my mind is to use lodash…

    on javascript es6 groupBy

  2. Nice sample table of new features in ECMAScript 6

    Just yesterday found by accident this nice page where described in a small and clear examples new features from ES6. Pretty handy to have this table close to peak from time to time, if you forget something. Since we have Babel, it should be super fun and easy to write…

    on javascript es6 new_features cheatsheet