Articles tagged with JavaScript
Building Accessible Modals Using JavaScript
Modals or dialogs are important building blocks in modern web applications. This post talks about how to improve accessibility of the modals while taking advantage of JavaScript
Posted
25 February 2021.
7 min read
Document Fragments and why you should use them
This post discuss document fragments, its pros, and how you can use them to improve your site performance
Posted
24 February 2021.
3 min read
.append vs .appendChild
This post covers the basic differences between the append and appendChild method, where, and when to use them.
Posted
13 February 2021.
2 min read