electricjesus / interns-exer2

0 stars 3 forks source link

proposed changes to solve #1 #6

Open jesloyd opened 9 years ago

jesloyd commented 9 years ago

I just add a condition "if(index)". All data in index[0] will be ignored.

electricjesus commented 9 years ago

Close, but you need to be explicit: if(index !== 0) for safety.

You also need to re-configure your git to commit using UNIX-style line endings