Skip to content

Commit 0ff5ad5

Browse files
committed
Translate 1st two p from Challenges/Fix an interval that fires twice
1 parent 262caf2 commit 0ff5ad5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/learn/synchronizing-with-effects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,11 +1308,11 @@ body {
13081308
13091309
</Solution>
13101310
1311-
#### Fix an interval that fires twice {/*fix-an-interval-that-fires-twice*/}
1311+
#### একটি interval ফিক্স করুন যেটি দুইবার ফায়ার করে {/*fix-an-interval-that-fires-twice*/}
13121312
1313-
This `Counter` component displays a counter that should increment every second. On mount, it calls [`setInterval`.](https://developer.mozilla.org/en-US/docs/Web/API/setInterval) This causes `onTick` to run every second. The `onTick` function increments the counter.
1313+
এই `Counter` কম্পোনেন্টটি একটি কাউন্টার প্রদর্শন করে যা প্রতি সেকেন্ডে বৃদ্ধি পাওয়ার কথা। মাউন্ট হওয়ার সময়, এটি [`setInterval`](https://developer.mozilla.org/en-US/docs/Web/API/setInterval) কল করে। এটি প্রতি সেকেন্ডে `onTick` চালায়। `onTick` ফাংশনটি কাউন্টারকে বাড়ায়।
13141314
1315-
However, instead of incrementing once per second, it increments twice. Why is that? Find the cause of the bug and fix it.
1315+
তবে, প্রতি সেকেন্ডে একবার বাড়ানোর পরিবর্তে, এটি দুইবার বাড়ছে। কেন এমন হচ্ছে? বাগটির কারণ খুঁজে বের করুন এবং এটি ঠিক করুন।
13161316
13171317
<Hint>
13181318

0 commit comments

Comments
 (0)