The story Begins Lately, I’ve decided to write my own JavaScript library for educational and experimental purposes. The idea came to me while I was creating a demo to a session that I will deliver in the near future. In the session, I wanted to show how to use different JavaScript storage types and didn’t wanted to change my code every time for every storage type. So I’ve created a library to handle client-side data storages in simple and consistent way. The library is called story.js and its first...