diff options
Diffstat (limited to 'files/de/glossary/falsy/index.html')
-rw-r--r-- | files/de/glossary/falsy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/glossary/falsy/index.html b/files/de/glossary/falsy/index.html index 231a35dbfb..30afc1c823 100644 --- a/files/de/glossary/falsy/index.html +++ b/files/de/glossary/falsy/index.html @@ -33,7 +33,7 @@ translation_of: Glossary/Falsy </tr> <tr> <td><code>0n</code></td> - <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt">BigInt</a>, sofern es als Boolescher Wert genutzt wird, folgt den gleichen Regeln wie eine Number. <code>0n</code> ist <em>falsy</em>.</td> + <td><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt">BigInt</a>, sofern es als Boolescher Wert genutzt wird, folgt den gleichen Regeln wie eine Number. <code>0n</code> ist <em>falsy</em>.</td> </tr> <tr> <td><code>""</code>, <code>''</code>, <code>``</code></td> |