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

Function updateLocalStorage

assets/js/ExpenseTracker.js:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 //last
116 //update Local Storage Transaction
117 function updateLocalStorage(){
118 localStorage.setItem('transactions',JSON.stringify(transactions));
119 }
120
121 //3
122

Callers 2

addTransactionFunction · 0.85
removeTransactionFunction · 0.85

Calls 1

stringifyMethod · 0.80

Tested by

no test coverage detected