I need to make multiple getJSON requests to write data to an HTML file. This example shows 3 requests yet I will add up to 6 requests (maybe more) in the same forma
Could it be that this function does work asynchronously ? So it fire all three of them and the finished function's callback (whoever it will be) starts appending :o ?