JavaScript (JS) is a high-level, interpreted programming language that makes websites interactive and dynamic.
HTML → structures the content
CSS → styles the content
JavaScript → adds behavior and functionality
It runs directly in the web browser, which is why when you click a button, open a menu, see animations, or validate a form before submitting – that’s JavaScript at work.