This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Victoria S. Lee Resume 2018 | |
======================== | |
**Email:** [email protected] --- **Phone:** 408.655.1788 | |
**Address:** 1101 S. Main Street, #235, Milpitas, CA 95035 | |
**LinkedIn:** [Profile](https://www.linkedin.com/in/victoria-lee-2018/) --- **GitHub:** [Portfolio](https://github.com/happivlee) | |
##Work Experience | |
**Linguistic Tester (Cloud Services Localization) - WeLocalize, contracted to Apple Inc. --- 2017 - Present** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Victoria S. Lee Resume 2018 | |
======================== | |
**Email:** [email protected] --- **Phone:** 408.655.1788 | |
**Address:** 1101 S. Main Street, #235, Milpitas, CA 95035 | |
**LinkenIn:** [Profile](https://www.linkedin.com/in/victoria-lee-2018/) --- **GitHub:** [Portfolio](https://github.com/happivlee) | |
##Work Experience | |
**Linguistic Tester (Cloud Services Localization) - WeLocalize, contracted to Apple Inc. --- 2017 - Present** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Victoria S. Lee Resume 2018 | |
======================== | |
####Email: [email protected] --- Phone: 408.655.1788 | |
###Education | |
CSU East Bay --- Master of Science in Education ---- 2011 - 2013 | |
UC Berkeley --- Bachelor of Science in Business Administration --- 2006 - 2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Part 1... | |
//input: array w/ multiple objects (3 properties, 1 of which breaks further into first and last names) | |
//output: N/A (no need return information, just transform the input given) | |
var salesTeam = [{name: {first: 'aleen', last: 'atkins'}, age: 26, sales: '$2314'}, | |
{name: {first: 'alvaro', last: 'angelos'}, age: 55, sales: '$1668'}, | |
{name: {first: 'denese', last: 'dossett'}, age: 29, sales: '$9248'}, | |
{name: {first: 'douglas', last: 'denney'}, age: 53, sales: '$5058'}, | |
{name: {first: 'earline', last: 'erickson'}, age: 19, sales: '$18876'}, |