Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baccigalupi/collections_assessment


https://github.com/baccigalupi/collections_assessment

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

collections-assessment
======================

In a ruby file construct an array of student data hashes. Each student hash should contain:
* first name
* last name
* email
* class

for each student in the class.

Data:
```
First Name | Last Name | Email | Class
------------------------------------------------------------------------------
John Foley [email protected] Beginning snark
Sylwester Kelsey [email protected] Ruby Immersive
Timothy Rama [email protected] Ruby Immersive
Kane Baccigalupi [email protected] C for dummies
Nikita Theodosius [email protected] Ruby Immersive
Roddy Eldred [email protected] Ruby Immersive
Martha Berner [email protected] Time travel for beginners
Kofi Thomas [email protected] Ruby Immersive
```
You can copy and paste text values from the file, but are not allowed to copy and paste hashes or other syntax elements.