MAMohammad Asadinlogictech.hashnode.dev·Mar 13 · 4 min readHTMLCollection vs NodeList in DOMWhen you start learning JavaScript and the DOM (Document Object Model), you will often hear two confusing terms: HTMLCollection NodeList At first glance, both look the same.They behave like arrays00
MAMohammad Asadinlogictech.hashnode.dev·Mar 12 · 6 min read✨ The Magic of this, call(), apply(), and bind() in JavaScriptIf you’re learning JavaScript, there’s one topic that confuses almost everyone at the beginning — this. You may have seen code like this and wondered: console.log(this); And then suddenly someone say00