5. Storing Data in JavaScript
Storing data is core functionality of JavaScript. It doesn’t make things swoosh around the page, slide, fade in/out, or draw the user’s eye. But properly storing your data will make it well organized and easy to access later in your application, which is one of those magic pieces about creating a great user experience that the user is completely ignorant about (in a good way—they don’t notice it). Quick and easy access to data, brilliant!
In this chapter, you learn the different methods of storing data within a JavaScript model. Some methods are internal to your own personal scripting file and some are consumed externally. Externally generated data can be produced by a database local to your application or an external ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access