#webdev
Read more stories on Hashnode
Articles with this tag
The id attribute is arguably one of the most popular attributes used in HTML, second only to the class attribute. It serves a lot of purposes, which...
The URL can be a powerful tool for sharing and managing the state of an app, but it's often overlooked or misunderstood. When properly done, the...
Why you should never rely on the default sort ยท Let's say you have an array of numbers and need to sort them; it's easy to just call .sort() and be on...
There should be at least two ways for any user to submit a form. Pointer users should be able to press a submit button, and keyboard users should be...
NPM and other package managers have made integrating 3rd party libraries easier than ever. Need to build a UI? There's a package for that. Need to...