Skip to content

Commit

Permalink
Update content/en/docs/web/javascript/17_js_timeout_and_interval.md
Browse files Browse the repository at this point in the history
Co-authored-by: jFriedli <[email protected]>
  • Loading branch information
QuadrapasselGott and jFriedli authored Nov 18, 2024
1 parent 434e0e4 commit 94eca3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ const timeoutId = setTimeout(function () {
clearTimeout(timeoutId);
```

Insofern der Timeout zum Zeitpunkt, in dem `clearTimeout(timeoutId)` aufgerufen wird, nicht bereits ausgelaufen ist, wird er so abgebrochen. Wicht zu wissen ist hierbei, dass die callback-Function im Falle eines Abbruchs nicht ausgeführt wird.
Insofern der Timeout zum Zeitpunkt, in dem `clearTimeout(timeoutId)` aufgerufen wird, nicht bereits ausgelaufen ist, wird er so abgebrochen. Wichtig zu wissen ist hierbei, dass die callback-Function im Falle eines Abbruchs nicht ausgeführt wird.

![asset](/images/hint.png) Hierzu findest du eine [Aufgabe im Lab](https://labs.it-ninjas.ch/labs/web/javascript/01_javascript/#aufgabe-3---uhr).

0 comments on commit 94eca3b

Please sign in to comment.