Task4

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