This is a demo of the new HTML5 localStorage API in action
Refresh page
You have entered:
window.localStorage['data'] = "hello world";
return window.localStorage['data'];