Web Development Question:

Download Job Interview Questions and Answers PDF

How you read and write a file using JavaScript?

Web Development Interview Question
Web Development Interview Question

Answer:

I/O operations like reading or writing a file is not possible with client-side JavaScript. However , this can be done by coding a Java applet that reads files for the script.

Download Web Development Interview Questions And Answers PDF

Previous QuestionNext Question
What is the relationship between JavaScript and ECMAScript?Give example of using Regular Expressions for syntax checking in JavaScript?