What is the return type of getItem()
Answers
Answered by
2
localStorage.getItem() The getItem() method of the Storage interface, when passed a key name, will return that key's value, or null if the key does not exist, in the given Storage object.
mersalkeerthi46:
mark me as brainliest
Similar questions