PGPrateek Goelinprateekgoel.hashnode.dev·Oct 22, 2021 · 2 min readDocument Object Model (DOM)JavaScript is used to add behavior and interactivity to the web page. It is also possible to manipulate the web page using JavaScript. JavaScript access the DOM to manipulate the web page. Using DOM, the JavaScript gets access to HTML as well as CSS ...00
PGPrateek Goelinprateekgoel.hashnode.dev·Oct 20, 2021 · 1 min readJavascript Data TypesData type is a classification of data that tells the compiler or interpreter how the programmer intends to use the data. There are 7 data types available in JavaScript Number - Number represents variables whose value is either an integer or float....00