aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/javascript/reference/global_objects/number
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-06-21 09:47:19 -0400
committerGitHub <noreply@github.com>2021-06-21 15:47:19 +0200
commitee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f (patch)
tree11dba6248786f1cbf7e24f5123abd5c56ad54524 /files/de/web/javascript/reference/global_objects/number
parent3de0442e6b266d967e9cdfde9590432b21b55e8c (diff)
downloadtranslated-content-ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f.tar.gz
translated-content-ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f.tar.bz2
translated-content-ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f.zip
remove hidden bcd table from 'de' (#1270)
Part of #1008
Diffstat (limited to 'files/de/web/javascript/reference/global_objects/number')
-rw-r--r--files/de/web/javascript/reference/global_objects/number/epsilon/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/isfinite/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/isinteger/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/isnan/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/issafeinteger/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/max_safe_integer/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/max_value/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/min_safe_integer/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/min_value/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/nan/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/negative_infinity/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/parsefloat/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/parseint/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/positive_infinity/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/toexponential/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/tofixed/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/tolocalestring/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/toprecision/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/tosource/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/tostring/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/number/valueof/index.html2
22 files changed, 0 insertions, 44 deletions
diff --git a/files/de/web/javascript/reference/global_objects/number/epsilon/index.html b/files/de/web/javascript/reference/global_objects/number/epsilon/index.html
index 6259e2443f..bbfca4b94f 100644
--- a/files/de/web/javascript/reference/global_objects/number/epsilon/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/epsilon/index.html
@@ -64,8 +64,6 @@ equal = (Math.abs(x - y + z) &lt; Number.EPSILON);</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.EPSILON")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/index.html b/files/de/web/javascript/reference/global_objects/number/index.html
index 95bcd0652f..ded06cea23 100644
--- a/files/de/web/javascript/reference/global_objects/number/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/index.html
@@ -167,8 +167,6 @@ Number('100a') // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.Number")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/isfinite/index.html b/files/de/web/javascript/reference/global_objects/number/isfinite/index.html
index 3db1065680..82e46a991e 100644
--- a/files/de/web/javascript/reference/global_objects/number/isfinite/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/isfinite/index.html
@@ -81,8 +81,6 @@ Number.isFinite(null); // false, würde mit der globalen
<h2 id="Browser_compatibility" name="Browser_compatibility">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.isFinite")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/isinteger/index.html b/files/de/web/javascript/reference/global_objects/number/isinteger/index.html
index 0befee0d25..362c4b1e57 100644
--- a/files/de/web/javascript/reference/global_objects/number/isinteger/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/isinteger/index.html
@@ -87,8 +87,6 @@ Number.isInteger([1]); // false
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.isInteger")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/isnan/index.html b/files/de/web/javascript/reference/global_objects/number/isnan/index.html
index 08d1a52303..0854f64a3e 100644
--- a/files/de/web/javascript/reference/global_objects/number/isnan/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/isnan/index.html
@@ -92,8 +92,6 @@ Number.isNaN(' ');
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.isNaN")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/issafeinteger/index.html b/files/de/web/javascript/reference/global_objects/number/issafeinteger/index.html
index 9f9d35082d..ade5070cec 100644
--- a/files/de/web/javascript/reference/global_objects/number/issafeinteger/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/issafeinteger/index.html
@@ -86,8 +86,6 @@ Number.isSafeInteger(3.0); // true
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.isSafeInteger")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/max_safe_integer/index.html b/files/de/web/javascript/reference/global_objects/number/max_safe_integer/index.html
index 1254955d54..50db6774b2 100644
--- a/files/de/web/javascript/reference/global_objects/number/max_safe_integer/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/max_safe_integer/index.html
@@ -56,8 +56,6 @@ Math.pow(2, 53) - 1 // 9007199254740991
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.MAX_SAFE_INTEGER")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/max_value/index.html b/files/de/web/javascript/reference/global_objects/number/max_value/index.html
index 9cb4be1929..43c61b8132 100644
--- a/files/de/web/javascript/reference/global_objects/number/max_value/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/max_value/index.html
@@ -70,8 +70,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MAX_VALUE
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.MAX_VALUE")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/min_safe_integer/index.html b/files/de/web/javascript/reference/global_objects/number/min_safe_integer/index.html
index 4440e7d913..ceb2bc0e91 100644
--- a/files/de/web/javascript/reference/global_objects/number/min_safe_integer/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/min_safe_integer/index.html
@@ -54,8 +54,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.MIN_SAFE_INTEGER")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/min_value/index.html b/files/de/web/javascript/reference/global_objects/number/min_value/index.html
index 3572b98118..bce3482e83 100644
--- a/files/de/web/javascript/reference/global_objects/number/min_value/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/min_value/index.html
@@ -72,8 +72,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.MIN_VALUE")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/nan/index.html b/files/de/web/javascript/reference/global_objects/number/nan/index.html
index 25614786f3..dec4e0cc1d 100644
--- a/files/de/web/javascript/reference/global_objects/number/nan/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/nan/index.html
@@ -53,8 +53,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.NaN")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/negative_infinity/index.html b/files/de/web/javascript/reference/global_objects/number/negative_infinity/index.html
index a2cb81a0fb..1cb87edc5c 100644
--- a/files/de/web/javascript/reference/global_objects/number/negative_infinity/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/negative_infinity/index.html
@@ -86,8 +86,6 @@ if (smallNumber === Number.NEGATIVE_INFINITY) {
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.NEGATIVE_INFINITY")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/parsefloat/index.html b/files/de/web/javascript/reference/global_objects/number/parsefloat/index.html
index d659260090..76b8c800db 100644
--- a/files/de/web/javascript/reference/global_objects/number/parsefloat/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/parsefloat/index.html
@@ -60,8 +60,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/parseFloat
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.parseFloat")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/parseint/index.html b/files/de/web/javascript/reference/global_objects/number/parseint/index.html
index e9efe16f11..b9c5fa30f3 100644
--- a/files/de/web/javascript/reference/global_objects/number/parseint/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/parseint/index.html
@@ -65,8 +65,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/parseInt
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.parseInt")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/positive_infinity/index.html b/files/de/web/javascript/reference/global_objects/number/positive_infinity/index.html
index 0f9c9b1ccd..7717bfeff5 100644
--- a/files/de/web/javascript/reference/global_objects/number/positive_infinity/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/positive_infinity/index.html
@@ -86,8 +86,6 @@ if (bigNumber == Number.POSITIVE_INFINITY) {
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.POSITIVE_INFINITY")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/toexponential/index.html b/files/de/web/javascript/reference/global_objects/number/toexponential/index.html
index c392b7012c..400e7168b7 100644
--- a/files/de/web/javascript/reference/global_objects/number/toexponential/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/toexponential/index.html
@@ -95,8 +95,6 @@ console.log(77 .toExponential()); // logs 7.7e+1
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toExponential")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/tofixed/index.html b/files/de/web/javascript/reference/global_objects/number/tofixed/index.html
index 0fe376aa4d..0a36c35bc4 100644
--- a/files/de/web/javascript/reference/global_objects/number/tofixed/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/tofixed/index.html
@@ -100,8 +100,6 @@ numObj.toFixed(6); // Rückgabe: '12345.678900': Nullen hinzugefügt
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toFixed")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/tolocalestring/index.html b/files/de/web/javascript/reference/global_objects/number/tolocalestring/index.html
index 5e5e132045..5b52d42816 100644
--- a/files/de/web/javascript/reference/global_objects/number/tolocalestring/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/tolocalestring/index.html
@@ -181,8 +181,6 @@ console.log(num.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFrac
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toLocaleString")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/toprecision/index.html b/files/de/web/javascript/reference/global_objects/number/toprecision/index.html
index 53a27d59d2..4a2a53b335 100644
--- a/files/de/web/javascript/reference/global_objects/number/toprecision/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/toprecision/index.html
@@ -94,8 +94,6 @@ console.log((1234.5).toPrecision(2)); // Ausgabe: 1.2e+3
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toPrecision")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/tosource/index.html b/files/de/web/javascript/reference/global_objects/number/tosource/index.html
index 985df99c0a..af56999f89 100644
--- a/files/de/web/javascript/reference/global_objects/number/tosource/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/tosource/index.html
@@ -42,8 +42,6 @@ Number.toSource()</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toSource")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/tostring/index.html b/files/de/web/javascript/reference/global_objects/number/tostring/index.html
index ed5d600b3a..51cf744ded 100644
--- a/files/de/web/javascript/reference/global_objects/number/tostring/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/tostring/index.html
@@ -103,8 +103,6 @@ console.log((-0xff).toString(2)); // Ausgabe '-11111111'
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toString")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/number/valueof/index.html b/files/de/web/javascript/reference/global_objects/number/valueof/index.html
index 1538417ebf..d5655c99f4 100644
--- a/files/de/web/javascript/reference/global_objects/number/valueof/index.html
+++ b/files/de/web/javascript/reference/global_objects/number/valueof/index.html
@@ -74,8 +74,6 @@ console.log(typeof num); // number
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.valueOf")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>