MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / Init

Function Init

assets/js/ExpenseTracker.js:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123 //Init App
124 function Init() {
125 list.innerHTML = "";
126 transactions.forEach(addTransactionDOM);
127 updateValues();
128 }
129
130 Init();
131

Callers 2

removeTransactionFunction · 0.85
ExpenseTracker.jsFile · 0.85

Calls 1

updateValuesFunction · 0.85

Tested by

no test coverage detected