Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marinJelev committed Jun 5, 2015
1 parent d6f3a5c commit 962066c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 10. Array Methods/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Using Objects
Array Methods
=============

### Problem 1. Make person
* Write a functio for creating persons.
* Write a function for creating persons.
* Each person must have **firstname**, **lastname**, **age** and **gender** (true is female, false is male)
* Generate an array with ten person with different names, ages and genders

Expand Down Expand Up @@ -44,4 +44,4 @@ _Example:_
firstname: 'John',
/* ... */
}]
};
};

0 comments on commit 962066c

Please sign in to comment.