< KosherCode/>

Mon Oct 05 2015

JavaScript Storage Interface sessionStorage localStorage Tutorial

In this exercise we explore the Storage interface in JavaScript. Allowing the front-end of your applications to remember persistent data across the entire domain, for each individual user. It is somewhat similar to creating session and cookie variables in other programming languages you might work with.