I have been doing the following:
var store = window.localStorage; store.setItem()
but now I see code doing this:
localStora
"window" is the global object in Javascript, so you can ommit it if there's no chance for a conflict