Glossary coding Term Page
Storage wrapper
helper pairs such as `loadTasks` and `saveTasks` that wrap `localStorage` access for reuse
Core Idea
Storage wrapper is helper pairs such as loadTasks and saveTasks that wrap localStorage access for reuse. It usually makes the most sense alongside CRUD.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.