DEV Community

Discussion on: Getting Started with Web Storage API - Local Storage and Session Storage

Collapse
 
hussamkhatib profile image
mohammed hussam

nice article .
Wanted to inform you that you use shorthand for
if(localStorage.length > 0)
instead use
if(localStorage.length)