web-components-examples icon indicating copy to clipboard operation
web-components-examples copied to clipboard

A series of web components examples, related to the MDN web components documentation at https://developer.mozilla.org/en-US/docs/Web/Web_Components.

Results 11 web-components-examples issues
Sort by recently updated
recently updated
newest added

#### Summary Unnecessary code removed. - No need to declare the 'self' variable - we already have 'this' for this purpose - No need to declare a constructor - JavaScript...