Skip to content

Commit 8eb3296

Browse files
committed
Resolve conflict in tutorial-tic-tac-toe.md
1 parent 5d45471 commit 8eb3296

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,11 +2257,7 @@ body {
22572257

22582258
</Sandpack>
22592259

2260-
<<<<<<< HEAD
22612260
Dok iterirate kroz array `history` unutar funkcije koju ste prosledili `map`, argument `squares` prolazi kroz svaki element array-a `history`, a argument `move` prolazi kroz svaki indeks array-a: `0`, `1`, `2`, …. (U većini slučajeva trebaju vam stvarni elementi array-a, ali za prikaz liste poteza biće vam potrebni samo indeksi.)
2262-
=======
2263-
As you iterate through the `history` array inside the function you passed to `map`, the `squares` argument goes through each element of `history`, and the `move` argument goes through each array index: `0`, `1`, `2`, …. (In most cases, you'd need the actual array elements, but to render a list of moves you will only need indexes.)
2264-
>>>>>>> 5138e605225b24d25701a1a1f68daa90499122a4
22652261

22662262
Za svaki potez u istoriji igre iks-oks, kreirate stavku liste `<li>` koja sadrži dugme `<button>`. Dugme ima `onClick` handler koji poziva funkciju `jumpTo` (koju još niste implementirali).
22672263

0 commit comments

Comments
 (0)