Skip to content

Commit f22b5c8

Browse files
authored
Reactの章の課題を確認問題にした (#888)
1 parent 2639895 commit f22b5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/4-advanced/04-react/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const max = a > b ? a : b; // 6
236236

237237
![JSXとJavaScriptの入れ子構造](./jsx-and-javascript.png)
238238

239-
### 課題
239+
### 確認問題
240240

241241
自分のテストの点数を表す変数`score`を用意し、Reactで次を満たすプログラムを作成してください。
242242

@@ -390,7 +390,7 @@ export default function App() {
390390
}
391391
```
392392

393-
### 課題
393+
### 確認問題
394394

395395
先程の`students`のデータを用いて、次のような表を作ってみましょう。
396396

0 commit comments

Comments
 (0)