We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972a5bf commit 3f64922Copy full SHA for 3f64922
docs/2-browser-apps/03-class/index.mdx
@@ -333,6 +333,8 @@ console.log(map1.get("a")); // 97
333
334
このクラスは [`HTMLElement` クラス](https://developer.mozilla.org/ja/docs/Web/API/HTMLElement)を継承しており、 `HTMLElement` クラスは [`Element` クラス](https://developer.mozilla.org/ja/docs/Web/API/Element)を、`Element` クラスは [`Node` クラス](https://developer.mozilla.org/ja/docs/Web/API/Node)を継承しています。
335
336
+
337
+
338
実は、[DOM の節](/docs/trial-session/dom/)で使用した textContent プロパティは、この Node クラスで定義されています。
339
340
:::tip[`Object` クラス]
0 commit comments