MCPcopy 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
14class 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

createItemMethod · 0.95

Tested by

no test coverage detected