localStorage.setItem('user_name', 'Rohit'); //store a key/value var retrievedUsername = localStorage.getItem('user_name'); //retrieve the key