Local Storage. What is it?
Thread 🧵👇
Thread 🧵👇
📌 What is local storage?
It is an API that lets you store data in the browser for extended periods of time.
Local storage can only save strings. If you need to save an array/object, convert it to string using JSON.stringify() and then save it in the local storage.
It is an API that lets you store data in the browser for extended periods of time.
Local storage can only save strings. If you need to save an array/object, convert it to string using JSON.stringify() and then save it in the local storage.
That’s all for now!
Follow @Rapid_API for more exclusive content. 🐙
Follow @Rapid_API for more exclusive content. 🐙
جاري تحميل الاقتراحات...