aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/index.html')
-rw-r--r--files/zh-tw/web/javascript/reference/index.html60
1 files changed, 30 insertions, 30 deletions
diff --git a/files/zh-tw/web/javascript/reference/index.html b/files/zh-tw/web/javascript/reference/index.html
index 2ca85629ef..a4de78261c 100644
--- a/files/zh-tw/web/javascript/reference/index.html
+++ b/files/zh-tw/web/javascript/reference/index.html
@@ -15,14 +15,14 @@ translation_of: Web/JavaScript/Reference
<p>本章節記錄了所有 <a href="/zh-TW/docs/Web/JavaScript/Reference/Global_Objects">JavaScript 標準內建物件</a> 以及其方法與屬性。</p>
<ul class="card-grid">
- <li><span>數值屬性</span>
+ <li>數值屬性
<p>{{JSxRef("Infinity")}}<br>
{{JSxRef("NaN")}}<br>
{{JSxRef("undefined")}}<br>
{{JSxRef("globalThis")}}</p>
</li>
- <li><span>函數屬性</span>
+ <li>函數屬性
<p>{{JSxRef("Global_Objects/eval", "eval()")}}<br>
{{JSxRef("Global_Objects/isFinite", "isFinite()")}}<br>
{{JSxRef("Global_Objects/isNaN", "isNaN()")}}<br>
@@ -33,13 +33,13 @@ translation_of: Web/JavaScript/Reference
{{JSxRef("Global_Objects/encodeURI", "encodeURI()")}}<br>
{{JSxRef("Global_Objects/encodeURIComponent", "encodeURIComponent()")}}</p>
</li>
- <li><span>基礎物件</span>
+ <li>基礎物件
<p>{{JSxRef("Object")}}<br>
{{JSxRef("Function")}}<br>
{{JSxRef("Boolean")}}<br>
{{JSxRef("Symbol")}}</p>
</li>
- <li><span>Error objects</span>
+ <li>Error objects
<p>{{JSxRef("Error")}}<br>
{{JSxRef("AggregateError")}}<br>
{{JSxRef("EvalError")}}<br>
@@ -53,18 +53,18 @@ translation_of: Web/JavaScript/Reference
</ul>
<ul class="card-grid">
- <li><span>數字與日期</span>
+ <li>數字與日期
<p>{{JSxRef("Number")}}<br>
{{JSxRef("BigInt")}}<br>
{{JSxRef("Math")}}<br>
{{JSxRef("Date")}}</p>
</li>
- <li><span>文字處理</span>
+ <li>文字處理
<p>{{JSxRef("String")}}<br>
{{JSxRef("RegExp")}}</p>
</li>
- <li><span>具索引的集合</span><a href="/en-US/docs/Web/JavaScript/Guide/Numbers_and_dates#Numbers"> </a>{{JSxRef("Array")}}<br>
+ <li>具索引的集合<a href="/en-US/docs/Web/JavaScript/Guide/Numbers_and_dates#Numbers"> </a>{{JSxRef("Array")}}<br>
{{JSxRef("Int8Array")}}<br>
{{JSxRef("Uint8Array")}}<br>
{{JSxRef("Uint8ClampedArray")}}<br>
@@ -76,7 +76,7 @@ translation_of: Web/JavaScript/Reference
{{JSxRef("Float64Array")}}<br>
{{JSxRef("BigInt64Array")}}<br>
{{JSxRef("BigUint64Array")}}</li>
- <li><span>具鍵值的集合</span>
+ <li>具鍵值的集合
<p>{{JSxRef("Map")}}<br>
{{JSxRef("Set")}}<br>
{{JSxRef("WeakMap")}}<br>
@@ -85,7 +85,7 @@ translation_of: Web/JavaScript/Reference
</ul>
<ul class="card-grid">
- <li><span>結構化資料</span>
+ <li>結構化資料
<p>{{JSxRef("ArrayBuffer")}}<br>
{{JSxRef("SharedArrayBuffer")}}<br>
@@ -93,17 +93,17 @@ translation_of: Web/JavaScript/Reference
{{JSxRef("DataView")}}<br>
{{JSxRef("JSON")}}</p>
</li>
- <li><span>控制抽象化物件</span>
+ <li>控制抽象化物件
<p>{{JSxRef("Promise")}}<br>
{{JSxRef("Generator")}}<br>
{{JSxRef("GeneratorFunction")}}<br>
{{JSxRef("AsyncFunction")}}</p>
</li>
- <li><span>Reflection</span>
+ <li>Reflection
<p>{{JSxRef("Reflect")}}<br>
{{JSxRef("Proxy")}}</p>
</li>
- <li><span>國際化</span>
+ <li>國際化
<p>{{JSxRef("Intl")}}<br>
{{JSxRef("Global_Objects/Collator", "Intl.Collator")}}<br>
{{JSxRef("Global_Objects/DateTimeFormat", "Intl.DateTimeFormat")}}<br>
@@ -116,7 +116,7 @@ translation_of: Web/JavaScript/Reference
</ul>
<ul class="card-grid">
- <li><span>WebAssembly</span>
+ <li>WebAssembly
<p>{{JSxRef("WebAssembly")}}<br>
{{JSxRef("WebAssembly.Module")}}<br>
@@ -134,7 +134,7 @@ translation_of: Web/JavaScript/Reference
<p>本章節記錄了所有 <a href="/zh-TW/docs/Web/JavaScript/Reference/Statements">JavaScript 敘述句與宣告</a>。</p>
<ul class="card-grid">
- <li><span>流程控制</span>{{jsxref("Statements/block", "Block")}}<br>
+ <li>流程控制{{jsxref("Statements/block", "Block")}}<br>
{{jsxref("Statements/break", "break")}}<br>
{{jsxref("Statements/continue", "continue")}}<br>
{{jsxref("Statements/Empty", "Empty")}}<br>
@@ -142,19 +142,19 @@ translation_of: Web/JavaScript/Reference
{{jsxref("Statements/switch", "switch")}}<br>
{{jsxref("Statements/throw", "throw")}}<br>
{{jsxref("Statements/try...catch", "try...catch")}}</li>
- <li><span>宣告</span>
+ <li>宣告
<p>{{jsxref("Statements/var", "var")}}<br>
{{jsxref("Statements/let", "let")}}<br>
{{jsxref("Statements/const", "const")}}</p>
</li>
- <li><span>函數與類別</span>
+ <li>函數與類別
<p>{{jsxref("Statements/function", "function")}}<br>
{{jsxref("Statements/function*", "function*")}}<br>
{{jsxref("Statements/async_function", "async function")}}<br>
{{jsxref("Statements/return", "return")}}<br>
{{jsxref("Statements/class", "class")}}</p>
</li>
- <li><span>迭代</span>
+ <li>迭代
<p>{{jsxref("Statements/do...while", "do...while")}}<br>
{{jsxref("Statements/for", "for")}}<br>
{{jsxref("Statements/for_each...in", "for each...in")}}<br>
@@ -166,7 +166,7 @@ translation_of: Web/JavaScript/Reference
</ul>
<ul class="card-grid">
- <li><span>Other</span>
+ <li>Other
<p>{{jsxref("Statements/debugger", "debugger")}}<br>
{{jsxref("Statements/import", "import")}}<br>
@@ -181,7 +181,7 @@ translation_of: Web/JavaScript/Reference
<div>
<ul class="card-grid">
- <li><span>主要運算式</span>{{JSxRef("Operators/this", "this")}}<br>
+ <li>主要運算式{{JSxRef("Operators/this", "this")}}<br>
{{JSxRef("Operators/function", "function")}}<br>
{{JSxRef("Operators/class", "class")}}<br>
{{JSxRef("Operators/function*", "function*")}}<br>
@@ -194,20 +194,20 @@ translation_of: Web/JavaScript/Reference
{{JSxRef("Global_Objects/RegExp", "/ab+c/i")}}<br>
{{JSxRef("Operators/Grouping", "( )")}}<br>
{{JSxRef("null")}}</li>
- <li><span>左手邊運算式</span>
+ <li>左手邊運算式
<p>{{JSxRef("Operators/Property_accessors", "Property accessors", "", 1)}}<br>
{{JSxRef("Operators/new", "new")}}<br>
{{JSxRef("Operators/new%2Etarget", "new.target")}}<br>
{{JSxRef("Operators/super", "super")}}<br>
{{JSxRef("Operators/Spread_syntax", "...obj")}}</p>
</li>
- <li><span>遞增與遞減</span>
+ <li>遞增與遞減
<p>{{JSxRef("Operators/Arithmetic_Operators", "A++", "#Increment")}}<br>
{{JSxRef("Operators/Arithmetic_Operators", "A--", "#Decrement")}}<br>
{{JSxRef("Operators/Arithmetic_Operators", "++A", "#Increment")}}<br>
{{JSxRef("Operators/Arithmetic_Operators", "--A", "#Decrement")}}</p>
</li>
- <li><span>一元運算子</span>
+ <li>一元運算子
<p>{{JSxRef("Operators/delete", "delete")}}<br>
{{JSxRef("Operators/void", "void")}}<br>
{{JSxRef("Operators/typeof", "typeof")}}<br>
@@ -219,7 +219,7 @@ translation_of: Web/JavaScript/Reference
</ul>
<ul class="card-grid">
- <li><span>算術運算子</span>
+ <li>算術運算子
<p>{{JSxRef("Operators/Arithmetic_Operators", "+", "#Addition")}}<br>
{{JSxRef("Operators/Arithmetic_Operators", "-", "#Subtraction")}}<br>
@@ -228,7 +228,7 @@ translation_of: Web/JavaScript/Reference
{{JSxRef("Operators/Arithmetic_Operators", "%", "#Remainder")}}<br>
{{JSxRef("Operators/Arithmetic_Operators", "**", "#Exponentiation")}}</p>
</li>
- <li><span>關係運算子</span>
+ <li>關係運算子
<p>{{JSxRef("Operators/in", "in")}}<br>
{{JSxRef("Operators/instanceof", "instanceof")}}<br>
{{JSxRef("Operators/Comparison_Operators", "&lt;", "#Less_than_operator")}}<br>
@@ -236,13 +236,13 @@ translation_of: Web/JavaScript/Reference
{{JSxRef("Operators/Comparison_Operators", "&lt;=", "#Less_than_or_equal_operator")}}<br>
{{JSxRef("Operators/Comparison_Operators", "&gt;=", "#Greater_than_or_equal_operator")}}</p>
</li>
- <li><span>相等運算子</span>
+ <li>相等運算子
<p>{{JSxRef("Operators/Comparison_Operators", "==", "#Equality")}}<br>
{{JSxRef("Operators/Comparison_Operators", "!=", "#Inequality")}}<br>
{{JSxRef("Operators/Comparison_Operators", "===", "#Identity")}}<br>
{{JSxRef("Operators/Comparison_Operators", "!==", "#Nonidentity")}}</p>
</li>
- <li><span>位元移位運算子</span>
+ <li>位元移位運算子
<p>{{JSxRef("Operators/Bitwise_Operators", "&lt;&lt;", "#Left_shift")}}<br>
{{JSxRef("Operators/Bitwise_Operators", "&gt;&gt;", "#Right_shift")}}<br>
{{JSxRef("Operators/Bitwise_Operators", "&gt;&gt;&gt;", "#Unsigned_right_shift")}}</p>
@@ -250,17 +250,17 @@ translation_of: Web/JavaScript/Reference
</ul>
<ul class="card-grid">
- <li><span>二元位元運算子</span>{{JSxRef("Operators/Bitwise_Operators", "&amp;", "#Bitwise_AND")}}<br>
+ <li>二元位元運算子{{JSxRef("Operators/Bitwise_Operators", "&amp;", "#Bitwise_AND")}}<br>
{{JSxRef("Operators/Bitwise_Operators", "|", "#Bitwise_OR")}}<br>
{{JSxRef("Operators/Bitwise_Operators", "^", "#Bitwise_XOR")}}</li>
- <li><span>二元邏輯運算子</span>
+ <li>二元邏輯運算子
<p>{{JSxRef("Operators/Logical_Operators", "&amp;&amp;", "#Logical_AND")}}<br>
{{JSxRef("Operators/Logical_Operators", "||", "#Logical_OR")}}</p>
</li>
- <li><span>條件(三元)運算子</span>
+ <li>條件(三元)運算子
<p>{{JSxRef("Operators/Conditional_Operator", "(condition ? ifTrue : ifFalse)")}}</p>
</li>
- <li><span>賦值運算子</span>
+ <li>賦值運算子
<p>{{JSxRef("Operators/Assignment_Operators", "=", "#Assignment")}}<br>
{{JSxRef("Operators/Assignment_Operators", "*=", "#Multiplication_assignment")}}<br>
{{JSxRef("Operators/Assignment_Operators", "/=", "#Division_assignment")}}<br>