From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/console/groupend/index.html | 55 ++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 files/fr/web/api/console/groupend/index.html (limited to 'files/fr/web/api/console/groupend') diff --git a/files/fr/web/api/console/groupend/index.html b/files/fr/web/api/console/groupend/index.html new file mode 100644 index 0000000000..5bd3f19cb9 --- /dev/null +++ b/files/fr/web/api/console/groupend/index.html @@ -0,0 +1,55 @@ +--- +title: Console.groupEnd() +slug: Web/API/Console/groupEnd +tags: + - API + - DOM + - Développement + - Méthode + - console + - débogage +translation_of: Web/API/Console/groupEnd +--- +

{{APIRef("Console API")}}

+ +

Quitte le groupe en ligne actuel dans la console Web. Voir  Using groups in the console  dans la documentation {{domxref("console.group()")}} pour plus de détails et des exemples.

+ +

{{AvailableInWorkers}}

+ +

Syntaxe

+ +
console.groupEnd();
+
+ +

Paramètres

+ +

Aucun.

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName("Console API", "#groupend", "console.groupEnd()")}}{{Spec2("Console API")}}Définition initiale
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Console.groupEnd")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf