JavascriptWhat is JavaScript?

JavaScript is a programming language used to make web pages interactive. It can update content, respond to events, validate forms, and more.

It runs in the browser and is supported by all modern web browsers.

<script>
  alert(\"Hello from JavaScript!\");
</script>