Skip to content
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

Closed
wants to merge 10 commits into from
Closed

Eric Li #89

wants to merge 10 commits into from

Conversation

dorifuto-dev
Copy link

No description provided.

Copy link

@priyapower priyapower left a 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!

Comment on lines +34 to +36
- [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)

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)

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)

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)

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)

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.

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.

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_______

Comment on lines +17 to +23
* 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_

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +27 to +28
Example: Facebook
User Profile: keys might be username, emailAddress, while values might look like "ericli1996" or "[email protected]"

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@priyapower
Copy link

  1. Click through each file for individual feedback

Screen Shot 2021-04-13 at 11 50 52 AM

  1. Great work on making a pull request!

  2. Good work on the commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants