The past week we have been working on this new topic. Its called Javascript and the DOM that means Document Object Model. Maybe you have not listen about this before but I can tell you that they are essential for the internet. The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated. In the DOM specification, the term "document" is used in the broad sense - increasingly, XML is being used as a way of representing many different kinds of information that may be stored in diverse systems, and much of this would traditionally be seen as data rather than as documents. The JS or JavaScript is a high-level, object-based, multi-paradigm and interpreted programming language. So the JavaScript traduces the information of the HTML codes of a webpage or something else into an understanding language and structure.
Work done with Alex Thomsen

No comments:
Post a Comment