Skip to content

cv-net/Caterpillar-Safe-Vegetables

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caterpillar Safe Vegetables (CSV)

Scenario

We want to make use of the information in following data:

name, age, role
Kaleb Burd, 24, Instructor
Tariq Hook, 39, Co-Founder
Harry Potter, 18, Student
Gollum, 589, Student
Bill Gates, 65, Student

Part 1: Learn

Find definitions for the following concepts. Translate each definition into your own words.

  • CSV
    • Comma separated values. A file for storing data with rows, and columns separated by commas
  • Header
    • An array of values that acts as a header for each csv column
  • Record
    • A CSV row
  • Delimiter
    • A way of separating values, e.g. a comma or tab

Part 2: Read

Read over the code provided and preform the following actions on each code snippet:

  • Preform a trace on the code to determine the output
  • Comment the code to explain what each line does
  • Rename the function to reflect what the function's purpose

Part 3: Write

Write code to do the following:

  • Find the youngest person
  • Find the longest name
  • Find the name of the Co-Owner

Each soultion should have psuedocode and pass all the tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%