This file contains hidden or 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
| 10 things that make me | |
| MOST EXCITED: | |
| -Figure out what a new product should do through user research | |
| -Do remote user testing for new UI | |
| -Create high-fidelity mocks of new UI for the product | |
| -Create brand new comic book art for Zapier | |
| -Dream up the future of Zapier, inspire and motivate your teammates | |
| -Design native mobile apps for iOS and Android |
This file contains hidden or 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
| ### A string is: | |
| An ordered collection of characters. Used most commonly to store words or sentences. | |
| ### Pick one of your favorite apps and describe a few places where it uses strings. Be specific: | |
| The splash page for snapchat has two buttons on it. I assume those buttons contain strings with the characters "sign up" and "log in". | |
| ### Describe what a method is: | |
| -is a function that is defined inside of a class | |
| -for example, you could have an object that is a dog. | |
| this dog could have two methods: bark & sit. |
OlderNewer