MKManish Kumarincodemanishh.hashnode.dev·Apr 9, 2023 · 3 min readDOM _Document Object Model and DOM_eventsA page is basically treated as a document and with this, we can easily change its style, content, and structure with the help of DOM. so basically DOM provides a programming interface for web documents. Let's suppose we want to change or give some ex...00
MKManish Kumarincodemanishh.hashnode.dev·Mar 25, 2023 · 3 min readEvents in JavaScript - post: 01An Event is something that Browser or a user does. It provides a mechanism by which an action can be automatically taken when the event occurs. Events are fired inside the browser window. for example Loading of a page finished. click events. selec...00
MKManish Kumarincodemanishh.hashnode.dev·Jan 10, 2023 · 7 min readArray Methods In-Depth, JSArray Methods so let's see the array in a bit more detail. so the definition of the array is quite simple whenever you see the [ ] in js that's nothing but are array and the definition is like in js array is a non-primitive data type that basically c...00
MKManish Kumarincodemanishh.hashnode.dev·Jan 8, 2023 · 3 min readFunctions in JSSo let's have an easy discussion on the topic of Functions in JS. So basically the function and methods both are the same in the JS. So basically there is some block of code or we can say that some kind of work which we want to do again and again the...00
MKManish Kumarincodemanishh.hashnode.dev·Jan 5, 2023 · 5 min readHistory of JS & Fundaments of JS#HISTORY The 1st name of JS is Mocha and after that, the name is change to LiveScript in 1995, and again its name changed to JavaScript in 1996, and this name we are using till date. so when this scripting will come into the market that time there wi...00