Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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: #local #storage
ADD COMMENT
Topic
Name
1+6 =