-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eric Li #89
Eric Li #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, you passed!
- [Week One](https://user-images.githubusercontent.com/75854628/113923931-646a8580-97a6-11eb-8cd0-31dc80af1f22.png) | ||
- [Week Two](https://user-images.githubusercontent.com/75854628/113924108-a693c700-97a6-11eb-910a-9c20a69d36dc.png) | ||
- [Week Three](https://user-images.githubusercontent.com/75854628/113924198-c0cda500-97a6-11eb-96c5-36f49a2b56a9.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work - my only suggestion is that you make time for self care every week as well :)
|
||
### Mentorship Prep | ||
Mentorship is an integral part of the Turing experience and will help jumpstart your technical career. In order to get your mentor relationship started on the right foot, please complete the following deliverables: | ||
- [ ] Complete the [Mentorship DTR Prep](https://gist.github.com/ericweissman/51965bdcbf42970d43d817818bfaef3c) | ||
- [ ] Add link to your gist here: | ||
- [x] Complete the [Mentorship DTR Prep](https://gist.github.com/ericweissman/51965bdcbf42970d43d817818bfaef3c) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
- [ ] Complete the [Mentorship DTR Prep](https://gist.github.com/ericweissman/51965bdcbf42970d43d817818bfaef3c) | ||
- [ ] Add link to your gist here: | ||
- [x] Complete the [Mentorship DTR Prep](https://gist.github.com/ericweissman/51965bdcbf42970d43d817818bfaef3c) | ||
- [x] Add link to your gist here: [Mentorship DTR Gist](https://gist.github.com/ericli1996/4a4c85f8699399d7f2daa243419eb807) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
- [ ] Complete the [Pre Teaching Practice exercise](https://gist.github.com/ericweissman/0036e8fe272c02bd6d4bb14f42fd2f79) gist | ||
- [ ] Add a link to your gist here: | ||
- [x] Complete the [Pre Teaching Practice exercise](https://gist.github.com/ericweissman/0036e8fe272c02bd6d4bb14f42fd2f79) gist | ||
- [x] Add a link to your gist here: [Pre Teaching Practice](https://gist.github.com/ericli1996/abffad351c4dc443e4aff0b8be144721) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
- [ ] Complete the [DTR Guiding Questions](https://gist.github.com/ericweissman/c56f3a98cdce761808c21d498a52f5c6) | ||
- [ ] Add a link to your gist here: | ||
- [x] Complete the [DTR Guiding Questions](https://gist.github.com/ericweissman/c56f3a98cdce761808c21d498a52f5c6) | ||
- [x] Add a link to your gist here:[DTR Guiding Questions](https://gist.github.com/ericli1996/7fafc1709a5033d716a6ccb354a249ef) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
|
||
1. For each set of data, would an array or object be better to store it? Explain your choice. | ||
I thought I was more focused! I would like to try using a mechanical timer, so I get the added pressure of the ticking sound counting down the allotted time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
|
||
1. In this section, we talked about an `transaction item object`. It has keys that represent different properties an bank transaction would have, and values that store the data. In a banking app, this data would eventually be displayed in the browser for the user. Think of another Object in a web application that you use frequently. What is it? What keys might be on it? What are example values? | ||
An object is something that has individual properties and can have methods as well. In addition, objects contain arrays of properties. An array is an ordered list of values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚨To help you with your definitions
Something with individual properties and methods is called a C_______
Something that has key/value pairs is called an O_______
* List of all of the students in class _array_ | ||
* List of states and their capitals _object_ | ||
* List of things to pack for vacation _array_ | ||
* Names of all the Instagram accounts I follow _array_ | ||
* List of student names and their cohort _object_ | ||
* Ingredients and amount of each ingredient to bake a cake _object_ | ||
* All my favorite restaurants _array_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Example: Facebook | ||
User Profile: keys might be username, emailAddress, while values might look like "ericli1996" or "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
|
||
6. What questions do you still have about classes and/or Objects? | ||
|
||
I would like to better grasp the syntax for different things I can do with an Object Method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, you will have so much time and practice as you progress at Turing, however, check out these resources I found by researching "practicing objects javascript"
- https://www.codeanalogies.com/objects-arrays-practice
- For everyone: Practice with JavaScript objects and arrays LearnTeachCode/pair-partners#42
- https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object_building_practice
- https://www.w3resource.com/javascript-exercises/javascript-object-exercises.php
- https://www.teaching-materials.org/javascript/exercises/objects
No description provided.