Hi, I’m Abdul Samad. A web development learner and tech enthusiast. I write about what I learn, share practical coding tips, and publish in-depth blogs on programming and modern web development.
Check out my full collection of blogs on Hashnode: https://abdulsamad30.hashnode.dev/
Connect with me on X for quick updates and insights: @abdul_sama60108
Nothing here yet.
5d ago · 11 min read · When you start working with DOM manipulation in JavaScript, you'll quickly run into two similar-looking objects: HTMLCollection and NodeList. They look almost identical, both give you collections of e
Join discussion
Mar 12 · 21 min read · Introduction When you write JavaScript code, some functions and objects are always available no matter where you are in your program. You can call setTimeout(), use console.log(), or access Math.rando
Join discussion