Tag: javascript
All the articles with the tag "javascript".
- 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. 
- My experience learning Ionic Angular as a Vue developerPublished: at 07:53 PM- A Vue developer's journey into the world of Ionic and Angular. This post shares personal experiences, challenges, and key concepts to help others transitioning between these frontend frameworks.