Task4
Object And Array
- Create an object and an array which we will use in our facebook exercise.
- Create an object that has properties "username" and "password". Fill those values in with strings.
- Create an array which contains the object you have made above and name the array "database".
- Create an array called "newsfeed" which contains 3 objects with properties "username" and "timeline".