aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/data_structures
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/data_structures')
-rw-r--r--files/zh-tw/web/javascript/data_structures/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/javascript/data_structures/index.html b/files/zh-tw/web/javascript/data_structures/index.html
index 83b215697f..0ff027ee5a 100644
--- a/files/zh-tw/web/javascript/data_structures/index.html
+++ b/files/zh-tw/web/javascript/data_structures/index.html
@@ -212,8 +212,8 @@ Infinity
</tbody>
</table>
-<div class="note">
-<p><strong>Note: </strong>Attribute is usually used by JavaScript engine, so you can't directly access it(see more about <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty">Object.defineProperty()</a>).That's why the attribute is put in double square brackets instead of single.</p>
+<div class="notecard note">
+<p><strong>備註:</strong>Attribute is usually used by JavaScript engine, so you can't directly access it(see more about <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty">Object.defineProperty()</a>).That's why the attribute is put in double square brackets instead of single.</p>
</div>
<h3 id="Normal_objects_and_functions">"Normal" objects, and functions</h3>