Skip to content

Commit ced67a4

Browse files
committed
Translate Hint from Challenges/Fix an interval that fires twice
1 parent 0ff5ad5 commit ced67a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ body {
13161316
13171317
<Hint>
13181318
1319-
Keep in mind that `setInterval` returns an interval ID, which you can pass to [`clearInterval`](https://developer.mozilla.org/en-US/docs/Web/API/clearInterval) to stop the interval.
1319+
মনে রাখবেন যে `setInterval` একটি ইন্টারভাল আইডি রিটার্ন করে, যা আপনি [`clearInterval`](https://developer.mozilla.org/en-US/docs/Web/API/clearInterval) এ পাস করে ইন্টারভাল বন্ধ করতে পারেন।
13201320
13211321
</Hint>
13221322

0 commit comments

Comments
 (0)