MCPcopy Create free account
hub / github.com/SuperSimpleDev/javascript-course / saveToStorage

Function saveToStorage

2-copy-of-code/lesson-18/data/orders.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8function saveToStorage() {
9 localStorage.setItem('orders', JSON.stringify(orders));
10}

Callers 1

addOrderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected