diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | ea514a38735125a2b5468300311ea8b2389c8863 (patch) | |
tree | 1afc6c2ff3ee3bc5efdfbba3841e2ef24f0c9485 /files/zh-cn/web/javascript/reference/operators/exponentiation/index.html | |
parent | a2960295605a27e084541fc2f93068dd3cad15ba (diff) | |
download | translated-content-ea514a38735125a2b5468300311ea8b2389c8863.tar.gz translated-content-ea514a38735125a2b5468300311ea8b2389c8863.tar.bz2 translated-content-ea514a38735125a2b5468300311ea8b2389c8863.zip |
remove hidden class for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/exponentiation/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/exponentiation/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/exponentiation/index.html b/files/zh-cn/web/javascript/reference/operators/exponentiation/index.html index 7e138abfa2..a98fd33e79 100644 --- a/files/zh-cn/web/javascript/reference/operators/exponentiation/index.html +++ b/files/zh-cn/web/javascript/reference/operators/exponentiation/index.html @@ -101,7 +101,3 @@ NaN ** 2 // NaN <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_negation">Unary negation operator</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_plus">Unary plus operator</a></li> </ul> - -<p> - <audio class="hidden"></audio> -</p> |