Bob Sims Notes

const aboutMe = function() {

  return {

    display_name: 'Bob Sims',

    bio: 'None',

  }

}