When you retrieve data from a Storage object, you’ll always get the data as a string. Same with sessionStorage and Cookies. You can also store objects in the localStorage. We would just have to use JSON.stringify() to store the object.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)