JavaScript is a lightweight, interpreted programming language. It is one of the core technologies of the World Wide Web, alongside HTML and CSS. It helps to make web pages interactive by handling events, validating forms, creating animations, and dynamically updating content. JavaScript runs inside the browser, but it can also run on servers using Node.js.
console.log('Hello World!');
Hello World!