Carlos Roberto Gomes Junior
Results
2
issues of
Carlos Roberto Gomes Junior
Tests are failing when I run `yarn test`. You can see the output [here](https://gist.github.com/carlosrberto/b1296e672c6faa3f121880696e907158).
Great project @crubier! 👏 I found one issue when code has variables declared without value, for example: ```javascript const myFunction = (x) => { let y; } ``` Will return...