In my last post I went over the Set() data structure that was introduced with ECMAScript 6. Today I will be going over t
ECMAScript 6 introduced the new Set type into its toolset. What are Set's? Essentially they are an ordered list of values that hav
A commonly seen useful shorthand when writing code is the ability to call a function as a return statement. For example:function getFirstNam
The Function constructor is something that isn't usually talked about in JavaScript circles, but it is a useful mechanism to have
There is one feature in JavaScript (ES6) that many developers are totally unaware of and one that can be very beneficial in your p
ES2015 introduced a new syntax into the JavaScript specification that finally allows us to create classes in a much cleaner way than th
The Spread operator is one of those concepts in JavaScript that, while you appreciate what it does, you just can't ever quite seem to find t
For a long time now, declaring variables using the standard var keyword was commonplace in JavaScript. While super easy to use, it was not w
If you have not kept up with the many changes that JavaScript has gone through during the past few years, then maybe now is the time to inco