Implementing the info-box view model

Open the info-box.js file and apply the following changes to declare the username and topic attributes:

export class InfoBox { 
constructor() {
this.username = 'Reader';
this.topic = 'Testing and Debugging';
}
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset