ES2020 JavaScript features
In the past few weeks, I’ve written several posts on ES2020 features, and in this post, I will summarize some of my favorite features that we can start using right away. Nullish Coalescing Operator (??) It is a logical operator through which we can set a fallback value when compared… Read More »ES2020 JavaScript features