Recently I'm learning about Local and Session storage and there I reach the point of JSON stringify and parse. I know how it works but I didn't understand the ideal concept behind it. If it's an array it will be converted into an string, It's that the only case or I am missing something?
Asked
Active
Viewed 27 times
0
-
4`Storage` can only store strings. An array isn't a string. JSON is. – Ivar Jul 26 '21 at 10:16