Skip to content

Commit ad96c1f

Browse files
fix: merge conflict
1 parent ac428e6 commit ad96c1f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -2247,11 +2247,7 @@ body {
22472247
22482248
</Sandpack>
22492249
2250-
<<<<<<< HEAD
22512250
మీరు `map` కి పంపిన ఫంక్షన్‌లోని `history` array ద్వారా ఇటరేట్ అవుతున్నపుడు, `squares` ఆర్గ్యుమెంట్ `history` లోని ప్రతి ఎలిమెంట్ గుండా వెళుతుంది మరియు `move` ఆర్గ్యుమెంట్ ప్రతి array ఇండెక్స్ ద్వారా వెళుతుంది: `0`, `1`, `2`, …. (చాలా సందర్భాలలో, మీకు యాక్చువల్ array ఎలిమెంట్లు అవసరం, కానీ కదలికల లిస్ట్ ను అందించడానికి మీకు ఇండెక్స్లు మాత్రమే అవసరం.)
2252-
=======
2253-
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.)
2254-
>>>>>>> 5138e605225b24d25701a1a1f68daa90499122a4
22552251
22562252
టిక్-టాక్-టో గేమ్ చరిత్రలో ప్రతి కదలిక కోసం, మీరు `<li>` లో ఒక బటన్‌ను కలిగి ఉన్న లిస్ట్ ఐటెం `<button>` ని క్రియేట్ చేస్తారు. బటన్‌లో `onClick` హ్యాండ్లర్ ఉంది, ఇది `jumpTo` (మీరు ఇంకా ఇంప్లిమెంట్ చేయలేదు) అనే ఫంక్షన్‌ని కాల్ చేస్తుంది.
22572253

0 commit comments

Comments
 (0)