Skip to content

Instantly share code, notes, and snippets.

View lucas-brito's full-sized avatar

Lucas Brito lucas-brito

  • Campinas, São Paulo
View GitHub Profile
@lucas-brito
lucas-brito / dev_challenge.md
Last active May 25, 2022 14:12 — forked from samin/dev_challenge.md
ClassApp Dev Challenge

Dev Challenge

Create a program in Node.js where the input defined in input.csv is parsed and organized into the content shown in output.json.

Please write your program in only one file (like index.js) and write the output to a file (output.json) instead of printing it to logs or on the screen.