Assignment Complete#504
Open
jpwigdor wants to merge 3 commits intobloominstituteoftechnology:masterfrom
Open
Conversation
Author
There was a problem hiding this comment.
Objectives
- The point of these assignments is to take your knowledge of JavaScript and start putting into practice the principles learned throughout JavaScript I.
MVP
Objects
- Writing Objects
- Reading Object Data
- Object Methods
Arrays
- Challenge 1
- Challenge 2
- Challenge 3
- Challenge 4
- Challenge 5
- Challenge 6
Stretch
- Object Challenge: Nested Objects and the this keyword
- My Function
- Another Function
- Add Function
- Subtract Function
- Triple Function
Good
James, Great Job! I have no feedback for your work on this project. MVP is finished, and you did a fair bit of stretch!
Requests for Improvement
- For this project, none. Great job!
Rating: 3
| }; | ||
|
|
||
| parent.child.grandchild['speak'] = function() { | ||
| return 'Hello, my name is ' + this.name + ' and I\'m able to do anything! mwuahahaha'; |
There was a problem hiding this comment.
Your speak methods gave me a laugh. I love when people put character into their projects!
| {"id":3,"car_make":"Land Rover","car_model":"Defender Ice Edition","car_year":2010}, | ||
| {"id":4,"car_make":"Honda","car_model":"Accord","car_year":1983}, | ||
| {"id":5,"car_make":"Mitsubishi","car_model":"Galant","car_year":1990}, | ||
| {"id":6,"car_make":"Audi","car_model":"Riolet","car_year":1995}, |
There was a problem hiding this comment.
I also had to change the name of this, so that it would line up correctly in my sort method. Most people haven't so far, but I get why you did, haha!
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.