abc Notes

const aboutMe = function() {

  return {

    display_name: 'abc',

    bio: '',

  }

}