#javascript
Read more stories on Hashnode
Articles with this tag
Introduction: TypeScript has gained significant popularity in recent years and has become a buzzword among developers. This statically-typed superset...
Optional chaining was relatively recently introduced in ECMAScript 2020 (ES2020). Optional Chaining is a method of safely accessing nested objects...