From 023d53c518c6c0e85fdcfec96435c7799ffee747 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 19 Jun 2021 13:26:39 +0200 Subject: Remove bcd hidden in JS section for fr (#1246) * Remove bcd hidden in JS section for fr * FIX: missing less than * FIX: removing new line duplicata * FIX: removing new line duplicata Co-authored-by: tristantheb --- .../fr/web/javascript/reference/global_objects/bigint/asintn/index.html | 2 -- .../web/javascript/reference/global_objects/bigint/asuintn/index.html | 2 -- files/fr/web/javascript/reference/global_objects/bigint/index.html | 2 -- .../reference/global_objects/bigint/tolocalestring/index.html | 2 -- .../web/javascript/reference/global_objects/bigint/tostring/index.html | 2 -- .../web/javascript/reference/global_objects/bigint/valueof/index.html | 2 -- 6 files changed, 12 deletions(-) (limited to 'files/fr/web/javascript/reference/global_objects/bigint') diff --git a/files/fr/web/javascript/reference/global_objects/bigint/asintn/index.html b/files/fr/web/javascript/reference/global_objects/bigint/asintn/index.html index ed43af63bc..61315c5511 100644 --- a/files/fr/web/javascript/reference/global_objects/bigint/asintn/index.html +++ b/files/fr/web/javascript/reference/global_objects/bigint/asintn/index.html @@ -65,8 +65,6 @@ BigInt.asIntN(64, max + 1n);

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.BigInt.asIntN")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/bigint/asuintn/index.html b/files/fr/web/javascript/reference/global_objects/bigint/asuintn/index.html index 4bcd9b1445..14b79faf8e 100644 --- a/files/fr/web/javascript/reference/global_objects/bigint/asuintn/index.html +++ b/files/fr/web/javascript/reference/global_objects/bigint/asuintn/index.html @@ -65,8 +65,6 @@ BigInt.asUintN(64, max + 1n);

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.BigInt.asUintN")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/bigint/index.html b/files/fr/web/javascript/reference/global_objects/bigint/index.html index 0ce0330251..ef2b07710f 100644 --- a/files/fr/web/javascript/reference/global_objects/bigint/index.html +++ b/files/fr/web/javascript/reference/global_objects/bigint/index.html @@ -273,8 +273,6 @@ nthPrime(20n)

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.BigInt")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/bigint/tolocalestring/index.html b/files/fr/web/javascript/reference/global_objects/bigint/tolocalestring/index.html index 95f634c622..25ece3dba2 100644 --- a/files/fr/web/javascript/reference/global_objects/bigint/tolocalestring/index.html +++ b/files/fr/web/javascript/reference/global_objects/bigint/tolocalestring/index.html @@ -122,8 +122,6 @@ console.log(bigint.toLocaleString('en-IN', { maximumSignificantDigits: 3 }));

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.BigInt.toLocaleString")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/bigint/tostring/index.html b/files/fr/web/javascript/reference/global_objects/bigint/tostring/index.html index b81d513cec..8c4fdd7b05 100644 --- a/files/fr/web/javascript/reference/global_objects/bigint/tostring/index.html +++ b/files/fr/web/javascript/reference/global_objects/bigint/tostring/index.html @@ -85,8 +85,6 @@ BigInt(-0).toString(); // '0'

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.BigInt.toString")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/bigint/valueof/index.html b/files/fr/web/javascript/reference/global_objects/bigint/valueof/index.html index 837e3ab36b..02309f443c 100644 --- a/files/fr/web/javascript/reference/global_objects/bigint/valueof/index.html +++ b/files/fr/web/javascript/reference/global_objects/bigint/valueof/index.html @@ -52,8 +52,6 @@ typeof Object(1n).valueOf(); // bigint

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.BigInt.valueOf")}}

Voir aussi

-- cgit v1.2.3-54-g00ecf