aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference/errors/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-08-03 08:03:09 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-09-03 08:08:25 +0200
commit844f5103992238c0c23203286dad16a466e89c97 (patch)
treed537708951bb2b61be8192ffacc05a0ce6804f89 /files/fr/web/javascript/reference/errors/index.html
parenta70fd5b73ecb10bec3906640023e2a1a46e118a2 (diff)
downloadtranslated-content-844f5103992238c0c23203286dad16a466e89c97.tar.gz
translated-content-844f5103992238c0c23203286dad16a466e89c97.tar.bz2
translated-content-844f5103992238c0c23203286dad16a466e89c97.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/javascript/reference/errors/index.html')
-rw-r--r--files/fr/web/javascript/reference/errors/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/fr/web/javascript/reference/errors/index.html b/files/fr/web/javascript/reference/errors/index.html
deleted file mode 100644
index 7110b7682a..0000000000
--- a/files/fr/web/javascript/reference/errors/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Référence des erreurs JavaScript
-slug: Web/JavaScript/Reference/Errors
-tags:
- - JavaScript
-translation_of: Web/JavaScript/Reference/Errors
-original_slug: Web/JavaScript/Reference/Erreurs
----
-<p>{{jsSidebar("Errors")}}</p>
-
-<p><em>Errare ECMAScript est</em>…<br>
- Vous trouverez ci-après une liste d'erreurs causées par le moteur JavaScript. Ces erreurs peuvent aider à déboguer certains problèmes mais leur signification n'est pas toujours claire. Chacune de ces pages fournit donc des explications et informations supplémentaires à propos de ces erreurs.</p>
-
-<p>D'un point de vue technique, chaque erreur est un objet {{jsxref("Error")}} et possède une propriété <code>name</code> (son nom) et une propriété <code>message</code>.</p>
-
-<h2 id="Liste_d'erreurs">Liste d'erreurs</h2>
-
-<p>{{ListSubPages("/fr/docs/Web/JavaScript/Reference/Erreurs")}}</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li><a href="/fr/docs/Learn/JavaScript/First_steps/What_went_wrong">Qu'est-ce qui a cloché ? Diagnostiquer un problème JavaScript</a> : un tutoriel introductif pour réparer les erreurs JavaScript</li>
-</ul>