February 2018
Intermediate to advanced
298 pages
8h 22m
English
All three, localStorage.getItem('key'), localStorage.key, and localStorage['key'] methods, do the same thing. However, it is advisable to use the provided methods for the following reasons:
localStorage.setItem('getItem', 'whohoo we are not overwriting getItem'); // #1localStorage.getItem('getItem'); ...Read now
Unlock full access