# Introduction

### A quoi sert le javascript <a href="#a-quoi-sert-le-javascript" id="a-quoi-sert-le-javascript"></a>

* Modifier la page (le DOM)
* Empêcher l'utilisateur d'accomplir certaines actions
* Faire des animations impossible en CSS
* Charger des contenus extérieurs
* faire des vérifications
* ...

### Quelques informations sur le javascript <a href="#quelques-informations-sur-le-javascript" id="quelques-informations-sur-le-javascript"></a>

* Langage créé par Netscape, apparu avec Netscape navigator 2
* JavaScript est un langage interprété :\
  Les navigateurs courants possèdent tous un interpréteur.
* JavaScript est un langage de scripts.

Une page html est un document mort. Avec des scripts, on peut animer la page, procéder à des vérifications de formulaires

* Aucun lien avec le Langage Java.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://javascript.36px.fr/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
