From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/expando/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/ja/glossary/expando/index.html (limited to 'files/ja/glossary/expando') diff --git a/files/ja/glossary/expando/index.html b/files/ja/glossary/expando/index.html new file mode 100644 index 0000000000..c745a6b460 --- /dev/null +++ b/files/ja/glossary/expando/index.html @@ -0,0 +1,15 @@ +--- +title: Expando +slug: Glossary/Expando +tags: + - CodingScripting + - JavaScript + - Reference + - expando +translation_of: Glossary/Expando +--- +

expando プロパティは、 {{glossary("JavaScript")}} によって {{glossary("DOM")}} ノードに追加されたプロパティであり、 DOM {{glossary("object","オブジェクト")}}の仕様書に含まれていないものです。

+ +
window.document.foo = 5; // foo は expando
+ +

この用語はオブジェクトの本来の目的以外に追加されたプロパティにも適用されます。例えば、{{glossary("Array", "配列")}}に追加された非数値型の名前つきプロパティなどにも用います。

-- cgit v1.2.3-54-g00ecf