Skip to content

Commit

Permalink
Oprava zadání Česká města
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJirsak committed Apr 20, 2024
1 parent a6288f5 commit f3f2eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daweb/js2/seznamy/cvlekce/ceska-mesta.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ solutionAccess: protected
'Pardubice',
];
```
1. Vytvořte pole `cities` a pomocí funkce `map` z něj vyrobte pole JSX elementů. Každý JSX element nechť má následující strukturu.
1. Z pole `cities` pomocí funkce `map` vyrobte pole JSX elementů. Každý JSX element nechť má následující strukturu.
```js
<div className="city">Název města</div>
```
Expand Down

0 comments on commit f3f2eee

Please sign in to comment.