Storage setItem() Method

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP







<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->




Storage setItem() Method



❮ Storage Object




Example


Set the value of the specified local storage item:



localStorage.setItem("mytime", Date.now());

Try it Yourself »


Definition and Usage


The setItem() method sets the value of the specified Storage Object item.


The setItem() method belongs to the Storage Object, which can be either a
localStorage object or a
sessionStorrage object.




Browser Support














Method
setItem() 4 8 3.5 4 10.5

Syntax




localStorage.setItem(keyname, value)


Or:


sessionStorage.setItem(keyname, value)



Parameter Values








Parameter Description
keynameRequired. A String specifying the name of the key you want to set the value of
valueRequired. A String specifying the value of the key you want to set the value of

Technical Details






DOM Version: Web Storage API
Return Value: A String, representing the inserted value

More Examples



Example


The same example, but using session storage instead of local storage.


Set the value of the specified session storage item:



sessionStorage.setItem("test1", "Lorem ipsum");

Try it Yourself »


Example


You can also set the value by using dot notation (obj.key):



sessionStorage.test1 = "Lorem ipsum";

Try it Yourself »


Example


You can also set the value like this:



sessionStorage["test1"] = "Lorem ipsum";

Try it Yourself »



Related Pages



Web Storage Reference: getItem() Method


Web Storage Reference: removeItem() Method




❮ Storage Object


Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Malaysia to Papua New Guinea by motorcycle?

PHP code is not being executed, instead code shows on the page