Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/4-advanced/04-react/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const max = a > b ? a : b; // 6

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

### 課題
### 確認問題

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

Expand Down Expand Up @@ -390,7 +390,7 @@ export default function App() {
}
```

### 課題
### 確認問題

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

Expand Down