Alejandro Varela de Cora

Results 2 issues of Alejandro Varela de Cora

Hi, on the section about how to handle errors with asynchronous code on the solutions presented is to be consistent and always return something. ```node async function returnImmediately () {...

bug

Hi on the **asBinary** when saving the rows for each column ```node labels.forEach(label => { const temp = new Float64Array(table[label]) result.set(temp, current) current += temp.byteLength }) ``` We are storing...

bug