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

176
Views
Javascript variable affectation

Here is the deal: I am trying to read a file in JS and to affect its content to a variable I can manipulate outside the parsing function. In other words:

var content = "";
$.getJSON(dataPath, function(obj) {
    content = obj;
    console.log(content) //first log
 });
 console.log(content) // second log

I don't understand why the first log show the right content (JSon from a file), whereas the second says content is undefined.

What am I missing ?

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!