DEV Community

Discussion on: The Vanilla Javascript Component Pattern

Collapse
 
tscherrer05 profile image
tscherrer05

Great article !
Small mistake in your second example. It should be :
get title() {
return this.titleValue;
}