| 08:04 | <Ms2ger> | gsnedders, good night |
| 18:08 | <hemanth> | what's wrong with class CustomButton extends HTMLButtonElement { constructor() { } }; let myButton = new CustomButton; document.appendChild(myButton); ? |
| 18:10 | <hemanth> | TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'....how come? |