I'm using JavaScript for a project.
- scan data from text file
- process it
- store back the processed data into text file
I have the data retrieval part working but I'm not able to store processed data through JavaScript.
I'm gathering the processed data into an array...
Is there any API available?