Arrow functions are the new fundamental building blocks of building modern web applications. (more…)
Read more »
Arrow functions brought a lot of clarity & code reduction to Javascript. Let’s take a look at different ways we can define function now. You can see the difference we don’t have to use the function… (more…)
Read more »
JavaScript ES6 brings new syntax and new awesome features to make your code more modern and more readable. It allows you to write less code and do more. ES6 introduces us to many great features . (more…)
Read more »
A quick post to write about one of my favourite ES6 feature - Spread operator. What is it?Official (and frankly boring) definition from Mozilla docs: Spread syntax (...) allows an iterable such as an array expression or string to be expanded in places whe... (more…)
Read more »