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 670c8f7 commit 0627d58Copy full SHA for 0627d58
docs/2-browser-apps/03-class/index.md
@@ -114,7 +114,7 @@ tanaka.introduceSelf();
114
115
自分自身の年齢を 1 増やすメソッド `incrementAge` を定義して、実行してみてください。
116
117
-<Answer>
+<Answer title="年齢を増やすメソッド">
118
119
```javascript
120
class Student {
@@ -275,7 +275,7 @@ tanaka.introduceSelf(); // 私の名前は田中です。18歳です。ドイツ
275
276
`Student` クラスを継承して `SeniorStudent` クラスを作ってみましょう。`SeniorStudent` クラスのインスタンスは `researchQuestion` プロパティを持ち、`introduceSelf` メソッドを実行すると自分の名前を出力した後に自分の研究内容を紹介するようにしてみましょう。
277
278
+<Answer title="学生のClassの定義">
279
280
281
0 commit comments