Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ constructor
Method
constructor
To-Do List/Task Schedule List/main.js:15–17 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
13
14
class
item{
15
constructor(name){
16
this.createItem(name);
17
}
18
createItem(name){
19
var
itemBox = document.createElement(
'div'
);
20
itemBox.classList.add(
'item'
);
Callers
nothing calls this directly
Calls
1
createItem
Method · 0.95
Tested by
no test coverage detected