Category: javascript

  • 5 Most useful ES6+ Features

    In this post, I am going to share with you Javascript ES6+ features that I find the most useful: For…of Loop Arrow Functions Async and Await Template literals Destructing For…of Loop Before either we had to write a full for loop or call the forEach function on the array to iterate over its item. Previously we […]

  • AngularJS + Underscore The ultimate web-development toolkit (2018)

    Before starting my latest web-development project I was looking for some robust javascript frameworks that I could use. I was familiar with AngularJS and I loved it, but it doesn’t have a lot of utility methods and I was looking for some solution to solve that problem. So, I thought about using UnderscoreJS, which is […]