We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f34be6 commit 3b8759dCopy full SHA for 3b8759d
8-web-components/2-custom-elements/1-live-timer/solution.view/live-timer.js
@@ -24,7 +24,7 @@ class LiveTimer extends HTMLElement {
24
}
25
26
disconnectedCallback() {
27
- clearInterval(this.timer); // important to let the element be garbage-collected
+ clearInterval(this.timer); // importante para deixar o elemento ser coletado como lixo
28
29
30
0 commit comments