From 2a76c37d0e733dedf8ed87d1e7e46caf3c44667e Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Fri, 30 Jul 2021 20:18:17 +0200 Subject: Prepare JS French section for Markdown (#1574) * Rm IDs w/ [^h\d] id=" * Remove class="hidden" * Remove hidden for code blocks * rm summary classes * Use Note consistently * Remove sup * Rm code in pre * Fixes dd/dt/dl * Fix some more dd * Remove inline style and useless/craft from span/font * h2m report fixing - Consistent use of notes * h2m report fixing - Consistent use of warnings * h2m report fixing - reword one callout * h2m report fixing - array cruft spans hell * Cleaning the rest of docs for md conversion --- .../javascript/reference/statements/try...catch/index.html | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'files/fr/web/javascript/reference/statements/try...catch/index.html') diff --git a/files/fr/web/javascript/reference/statements/try...catch/index.html b/files/fr/web/javascript/reference/statements/try...catch/index.html index b659700ea3..3eaf41da6e 100644 --- a/files/fr/web/javascript/reference/statements/try...catch/index.html +++ b/files/fr/web/javascript/reference/statements/try...catch/index.html @@ -14,8 +14,6 @@ original_slug: Web/JavaScript/Reference/Instructions/try...catch
{{EmbedInteractiveExample("pages/js/statement-trycatch.html")}}
- -

Syntaxe

try {
@@ -36,24 +34,12 @@ original_slug: Web/JavaScript/Reference/Instructions/try...catch
 
instructions_try
Les instructions qu'on souhaite exécuter.
-
- -
instructions_catch_1, instructions_catch_2
Les instructions à exécuter si une exception est levée dans le bloc try.
-
- -
exception_var_1, exception_var_2
Un identifiant qui permet de récupérer la valeur de l'exception associée à la clause catch.
-
- -
condition_1
Une expression conditionnelle.
-
- -
instructions_finally
Les instructions à exécuter une fois que l'instruction try est terminée. Ces instructions s'exécuteront, qu'il y ait eu une exception ou non.
-- cgit v1.2.3-54-g00ecf