Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created February 17, 2017 15:28
Show Gist options
  • Save efleming969/ad84cd8e50426a897cce54dac5cce1ab to your computer and use it in GitHub Desktop.
Save efleming969/ad84cd8e50426a897cce54dac5cce1ab to your computer and use it in GitHub Desktop.
Nodejs Training 1

Exersice 1

Read a CSV file and convert it to a list of JavaScript Objects

  1. Place index.js and plans.csv in a directory
  2. run the application using the following command: node index.js
  3. Complete the application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment