diff options
Diffstat (limited to 'files/zh-tw/web/javascript/guide/expressions_and_operators/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/guide/expressions_and_operators/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-tw/web/javascript/guide/expressions_and_operators/index.html b/files/zh-tw/web/javascript/guide/expressions_and_operators/index.html index 4e0c8655bc..77075cdd2e 100644 --- a/files/zh-tw/web/javascript/guide/expressions_and_operators/index.html +++ b/files/zh-tw/web/javascript/guide/expressions_and_operators/index.html @@ -212,8 +212,8 @@ var var2 = 4; </tbody> </table> -<div class="note"> -<p><strong>筆記: </strong>(<strong>=>)不是運算子,是</strong> <a href="/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions">箭頭函式。</a></p> +<div class="notecard note"> +<p><strong>備註:</strong>(<strong>=>)不是運算子,是</strong> <a href="/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions">箭頭函式。</a></p> </div> <h3 id="算術運算子">算術運算子</h3> @@ -226,7 +226,7 @@ var var2 = 4; <p>除了標準的算術運算子外 (+, -, * /), JavaScript 提供以下表中的算術運算子:</p> -<table class="fullwidth-table"> +<table> <caption>算術運算子</caption> <thead> <tr> @@ -388,7 +388,7 @@ var var2 = 4; <p>移動運算子在下表被列出.</p> -<table class="fullwidth-table"> +<table> <caption>位元移動運算子</caption> <thead> <tr> @@ -421,7 +421,7 @@ var var2 = 4; <p><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Logical_Operators">邏輯運算子</a> 通常被用於布林(邏輯)值; 使用於 布林(邏輯)值時, 它們會回傳布林型態的值。 然而,<code>&&</code> 和 <code>||</code> 運算子實際上是回傳兩指定運算元之一,因此用於非布林型態值時,它可能會回傳一個非布林型態的值。 邏輯運算子將在下表中被詳細解釋。</p> -<table class="fullwidth-table"> +<table> <caption>Logical operators</caption> <thead> <tr> |