#interview
Read more stories on Hashnode
Articles with this tag
What is DOM ? » The Document Object Model (DOM) is a programming interface that represents the structure of an HTML or XML document as a tree-like...
Functions are reusable blocks of code that perform specific tasks Function Statement function hello(a){ console.log("Hello",a); // hello...
JavaScript → JS is high level , interpreted programming language used for web development. → It enables interactive and dynamic content on web...