#javascript
Read more stories on Hashnode
Articles with this tag
Objects in JavaScript are useful data types that let us define complex data with simple key-value pairs, like a dictionary. Sometimes, you might want...
In today’s web applications, keeping information updated across multiple tabs or windows can greatly enhance the user experience. For instance, if a...
Making web applications fast and user-friendly is very important today. One useful tool for this is the Page Visibility API. This API tells developers...
Unlock the full potential of TypeScript with these five powerful tricks that will improve your coding skills. From securing your types with const...
TypeScript's type predicates are a powerful feature that improves type safety and makes code more reliable. They help confirm what a variable really...
The Intersection Observer API is a new web tool that helps developers check when an element in the DOM comes into or leaves the viewport. This is very...