+ 2
How can you edit text files in plain JavaScript?
Is there a way to read and write files in plain JavaScript and maybe even create files? Without the use of JSON or jQuery and stuff like that
1 Odpowiedź
0
Javascript doesn't have the abilities to manipulate files. However, Node.js can.