NPNishant Pratihastinnishantpratihast.hashnode.dev·Jun 8, 2022 · 6 min readAll about DOM and DOM manipulation....What is DOM and DOM manipulation? The DOM stands for document object model which is an Application programming interface(API) it is a well-organised representation of HTML Document, where Javascript interact with DOM and access the HTML elements and...00
NPNishant Pratihastinnishantpratihast.hashnode.dev·Jun 4, 2022 · 6 min readES6 Features...What is ES6? ES6 stands for ECMAScript 2015, which is a new version of javascript that was released in 2015. After ES6 writing a code becomes more efficient and the developer can understand it easily. This update brings many features in javascript....00
NPNishant Pratihastinnishantpratihast.hashnode.dev·Jun 2, 2022 · 5 min readArray (data structure)What is an Array ? An array is an object where we can store more numbers of data in a single variable like a list. Each element in the array is accessed and we can add a new element or can remove the element. Whereas in a single variable we can ad...00