draft
This commit is contained in:
parent
65671ab7ba
commit
9c3ac133e3
23 changed files with 330 additions and 273 deletions
|
@ -0,0 +1,4 @@
|
|||
|
||||
Please note:
|
||||
1. We clear `setInterval` timer when the element is removed from the document. That's important, otherwise it continues ticking even if not needed any more. And the browser can't clear the memory from this element and referenced by it.
|
||||
2. We can access current date as `elem.date` property. All class methods and properties are naturally element methods and properties.
|
Loading…
Add table
Add a link
Reference in a new issue