Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

This function is used to store items in local storage

window.localStorage.setItem("grade","One");
//in this case, the `grade` is the key while `One` is the value.
Source by www.section.io #
 
PREVIOUS NEXT
Tagged: #This #function #store #items #local #storage
ADD COMMENT
Topic
Name
3+6 =