Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

153
Views
How to read a text file into a string variable in JavaScript? I have tried few of the solutions that are in the internet and none of have worked

I have tried few of the solutions offered in the internet and none have worked. Below couple of what I tried:

var client = new XMLHttpRequest();
client.open('GET', '/foo.txt');
client.onreadystatechange = function() {
    alert(client.responseText);
}
client.send();

var fs = require("fs");
fs.readFile(".esc_jose.txt", function(text){
    var textByLine = text.split("\n")
});

using the below code, I get no data from the alert().

var client = new XMLHttpRequest();
client.open('GET', '/esc_jose.txt');
client.onreadystatechange = function() {
  alert(client.responseText);
}
client.send();
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!