Skip to content

Comments

Assignment Complete#504

Open
jpwigdor wants to merge 3 commits intobloominstituteoftechnology:masterfrom
jpwigdor:master
Open

Assignment Complete#504
jpwigdor wants to merge 3 commits intobloominstituteoftechnology:masterfrom
jpwigdor:master

Conversation

@jpwigdor
Copy link

No description provided.

@jpwigdor
Copy link
Author

@TheBrockstar

Copy link

@TheBrockstar TheBrockstar left a comment

Choose a reason for hiding this comment

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

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';

Choose a reason for hiding this comment

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

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},

Choose a reason for hiding this comment

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

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!

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