Sergio Bernal
Results
1
comments of
Sergio Bernal
You need to use await on data, here's my solution: `(async function load(){ async function getData() { console.log('logging'); const test = await CSVToJSON().fromFile('./data/hans-puns.csv'); return test; } const data = await...