Tag: programming tips
All the articles with the tag "programming tips".
- Modern Javascript -- Nullish coalescing operator (??)Published: at 05:33 PM- In this short article, I will talk about another handy JavaScript trick that I came across recently known as Nullish coalescing operator (??). This operator was released as a part of ECMAScript 2020 Language Specification. 
- Modern Javascript -- Optional Chaining (?.)Published: at 05:08 PM- A quick guide to the Optional Chaining (?.) operator in modern JavaScript, explaining how it can reduce code and improve readability.