# Un Peu d'Histoire

* **1995 :** Netscape crée le langage dynamique JavaScript pour faciliter le développement côté navigateur.
* **1995 :** Netscape rend possible l'implémentation d'applications côté serveur en JavaScript avec "Netscape Enterprise Server".
* **1997 :** Création du standard "cross-browser" et "cross-platform" ECMAScript.
* **1998 :** ECMAScript 2.
* **1999 :** ECMAScript 3.
* **2006** : JQuery
* **2009 :** ECMAScript 5 *(a.k.a. ECMAScript 3.1)*.
* **2009 :** Sortie de NodeJS.
* **Juin 2011 :** Finalisation du standard ECMAScript 5.1.
* **Juin 2015 :** Finalisation du standard ECMAScript 6.
* **Juin 2016 :** Finalisation du standard ECMAScript 7.
* **Juin 2017 :** Finalisation du standard ECMAScript 8.
* **Juin 2018 :** Finalisation du standard ECMAScript 9.


---

# 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://guide-angular.wishtack.io/ecmascript-6+/un-peu-dhistoire.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.
