#web-development
Read more stories on Hashnode
Articles with this tag
ES2022 introduces a new feature called static initialization blocks. With static initialization blocks, we can initialize static variables and execute...
In JavaScript, the new.target property is a meta-property that can be used to determine whether a function was called with the new keyword. It returns...
Typescript is very powerful in terms of type checking, but sometimes it gets tedious when some types are subsets of other types and you need to define...