We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceb0dd commit 9f1aac9Copy full SHA for 9f1aac9
1 file changed
docs/4-advanced/04-react/index.mdx
@@ -236,7 +236,7 @@ const max = a > b ? a : b; // 6
236
237

238
239
-### 課題
+### 確認問題
240
241
自分のテストの点数を表す変数`score`を用意し、Reactで次を満たすプログラムを作成してください。
242
@@ -390,7 +390,7 @@ export default function App() {
390
}
391
```
392
393
394
395
先程の`students`のデータを用いて、次のような表を作ってみましょう。
396
0 commit comments