Petit blog foure tout
22 Décembre 2019
https://fr.wikibooks.org/wiki/Programmation_JavaScript/Programmer_en_deux_minutes
https://www.google.com javascript cote serveur
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>ECMAScript 6 - Demos</title>
</head>
<body>
<script src="https://google.github.io/traceur-compiler/bin/traceur.js"></script>
<script src="https://google.github.io/traceur-compiler/src/bootstrap.js"></script>
<script type="module">
// Notre code ES6 ici
</script>
</body>
</html>