#web-development
Read more stories on Hashnode
Articles with this tag
“Knowledge without Practice is useless, Practice without knowledge is dangerous”. -Confucius Why? 👉 So far we've learnt enough of the basics ,...
IIFE ✨ 👉 IIFE or immediately invoked functions as expressions simply refers to a function which runs as soon as it is defined. 👉 Which means if you...
Optional Chanining ?. 👉 According to MDN The optional chaining operator (?.) permits reading the value of a property located deep within a chain of...
Before we start 👉 Before we start this article i would like to clarify some technical jargons for you 👉 Scope : Scope is nothing but a code block...
Arrow Functions? 👉 Since we've covered Basics of JavaScript , it's now time to move towards slightly advance things 🎉 👉Arrow Functions are compact...
What is DOM? 👉 The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the page so that programs can...