Horje

The example above could also be written like this:

// Store
localStorage.lastname = "Smith";
// Retrieve
document.getElementById("result").innerHTML = localStorage.lastname;

Output should be:

The example above could also be written like this:




Category:
Web Tutorial
Sub Category:
HTML Web Storage API
Uploaded by:
Admin