+ 1
How do I write and read files in JS?
I just made a simple clicker game in HTML using JS. My problem: I want to add a save and load function to this game. Many thanks for your help!
2 Answers
+ 2
Javascript is scripting language which runs on client side but if you like write a file with only JS you can go with NodeJs.
Refer to official docs.
0
Okay thank you. I'll Download node.js on my laptop asap