MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript /

Class

code/solutions/21_2_comment_field_resets.mjs:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41class SkillShareApp {
42 constructor(state, dispatch) {
43 this.dispatch = dispatch;
44 this.talkDOM = elt("div", {className: "talks"});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected