Tag: frontend development
All the articles with the tag "frontend development".
Modern Javascript -- Nullish coalescing operator (??)
Published: at 05:33 PMIn 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.