0
How can i save information width JavaScript?
2 Answers
+ 1
To read and write files, you need a server-side language such as Node.js or PHP. This prevents websites from messing with users' files, and prevents users from messing with the server.
Otherwise, you could use JavaScript to generate a file or some text, then save it manually using your browser, or just copy and paste.
+ 1
Thank you!đđđ