Expert Developer JavaScript Question:
Download Questions PDF

What is the method for reading and writing a file in JavaScript?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

This can be done by Using JavaScript extensions (runs from JavaScript Editor), example for opening of a file -

fh = fopen(getScriptPath(), 0);

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Is JavaScript case sensitive?What is the difference between window.onload and onDocumentReady?