We should probably sync class properties and DOM attributes. ```javascript el.setAttribute("someProp", 5); el.someProp = 5; ```