Jocelyn = class Me extends Human {
constructor() {
super(),
this.name = 'Jocelyn Sun',
this.title = ['Usability Testing Survey Research Assistant @ Democratizing Data', 'Product Design @ Library of Congress'],
this.summary = 'A product designer with a technical background that translate users' pain points into actionable solutions',
this.keywords = ['sensible', 'curious', 'vibrant'],
this.pronoun = 'she/her',
}
};
© 2024 Jocelyn Sun