How can you edit text files in plain JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

27th Jul 2018, 11:57 AM
Hritik Roy Chowdhury
Hritik Roy Chowdhury - avatar
1 Answer
0
Javascript doesn't have the abilities to manipulate files. However, Node.js can.
27th Jul 2018, 7:56 PM
Daniel Cooper
Daniel Cooper - avatar