Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/
Class
code/solutions/21_2_comment_field_resets.mjs:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
// component from skillsharing/public/skillsharing_client.js
3
4
class
Talk {
5
constructor(talk, dispatch) {
6
this.comments = elt(
"div"
);
7
this.dom = elt(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected