Tag: node

  • Dom in JavaScript

    Dom in JavaScript

    DOM is Document Object Model that is used to represent the data of a document on the web and mainly it is an object-oriented representation of the web page that can be modified easily with a scripting language like JavaScript. DOM is an application programming interface (API) for manipulating (add, remove, and modify) HTML and…