Skip to content

Jesse Theisen - JavaScript-III initial PR - #237

Open
theiseja wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
theiseja:master
Open

Jesse Theisen - JavaScript-III initial PR#237
theiseja wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
theiseja:master

Conversation

@theiseja

Copy link
Copy Markdown

@John-Spraul Will add definitions to this.js tomorrow.

@John-Spraul John-Spraul left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

  • Git stuff
  • Completed Assignment

Good work on this assignment 👍

Comment thread assignments/prototypes.js
this.name = playerStats.name;
}

CharacterStats. prototype = Object.create(GameObject.prototype);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

should be CharacterStats.prototype (no space between '.' and 'prototype')

Comment thread assignments/this.js
* 2.
* 3.
* 4.
* 1. Window binding = represents the browser's window. Object is supported by all browsers

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

what's the difference between window and global?

Comment thread assignments/this.js
}
}

horse.sound()

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🐴

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