I\'m loading a CSV of a list of other CSV files into javascript using D3.
When I run the following code, the employees array is still empty by the time it gets
Your code seems fine. It's just that you're logging employees before the data is ready. But if you console.log it on the last line of parseList you should have it.
employees
console.log
parseList