Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addTransaction
Function · 0.85
removeTransaction
Function · 0.85
Calls
1
stringify
Method · 0.80
Tested by
no test coverage detected