1.intoduction of Javascript
1.intoduction of Javascript
// Functions
function greet(person) {
return "Hello, " + person;
}
**6. DOM Manipulation:**
- JavaScript is used to manipulate the Document Object Model (DOM) of a web page.
- It can change HTML elements, attributes, and styles dynamically, making web pages
interactive.
- JavaScript has a vast ecosystem of libraries and frameworks like jQuery, React,
Angular, and Vue.js to simplify web development.