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 23549ca commit 74bfe9dCopy full SHA for 74bfe9d
docs/2-browser-apps/03-class/index.mdx
@@ -62,7 +62,7 @@ document.write(emptyFunction()); // 値を返さない関数の戻り値は unde
62
63
### 課題
64
65
-`weight_tons` と `cost` をプロパティとして持ち、 `weight_tons` のデフォルト値が `1` であるクラス `Car` を作成し、 `cost` に好きな値を代入してみましょう。
+`weightInTons` と `cost` をプロパティとして持ち、 `weightInTons` のデフォルト値が `1` であるクラス `Car` を作成し、 `cost` に好きな値を代入してみましょう。
66
67
<ViewSource url={import.meta.url} path="_samples/car-class" />
68
0 commit comments