Sven Willhauksvensblog.hashnode.dev·Sep 10, 2023Day 15 of learning JavaScript: Local storage & array in local storageWhen we try to use the Chrome extension, there is a problem with storing data. The moment we click anywhere else, for example, to copy a link, the Chrome extension closes. If we open the Chrome extension again, all data we stored recently gets cleare...localstorage
Alex Anieocxigin.hashnode.dev·Apr 7, 2023What is JSONJavaScript Object Notation (JSON) is a lightweight text-based format for storing structured data that can be assembled, parsed and generated by JavaScript and other C-family ( C, C++, C#, Java, JavaScript, Perl, Python) programming languages. Uses of...114 readsjson