- 1
How do I access JavaScript storage?
Let's say I need to create a local storage and use the user's storage, is this possible in JavaScript (browser)?
3 ответов
+ 1
Yes it is possible.
Please get familiar with using a search engine for resources on topics you may have questions for. If you are unable to understand something specific about the code then use the Q/A
Here is a great resource
https://developer.mozilla.org/en-US/docs/Web/API/Storage
+ 1
Yes, you can use localstorage.
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Client-side_storage
- 1
https://www.wikihow.com/Search-the-Internet