MCPcopy Create free account
hub / github.com/LinkedInLearning/javascript-essential-training-2832077 / updateReadStatus

Method updateReadStatus

03_15/Book.js:22–24  ·  view source on GitHub ↗
(newReadStatus)

Source from the content-addressed store, hash-verified

20 this.currentPage = newCurrentPage;
21 }
22 updateReadStatus(newReadStatus) {
23 this.readStatus = newReadStatus;
24 }
25}
26
27export default Book;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected