LOCAL STORAGE(explained)
Before i go into what local storage is, let me quickly give a simple background. The Web storage API provides mechanisms by which browsers can securely store key/value pairs. for example, firstName : Victor THE TWO MECHANISMS ARE: Session Storage...


