Skip to content

Sania Parekh CS 11 Javascript III - #96

Open
sparekh315 wants to merge 1 commit into
bloominstituteoftechnology:masterfrom
sparekh315:master
Open

Sania Parekh CS 11 Javascript III#96
sparekh315 wants to merge 1 commit into
bloominstituteoftechnology:masterfrom
sparekh315:master

Conversation

@sparekh315

Copy link
Copy Markdown

No description provided.

… not made much of any progress with this, very much still figuring it out.

@brcampbell001 brcampbell001 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.

Overall, you did well on this! You just had a few misplaced characters that, once removed, allowed it to run and print out. Great job Sania!

Comment thread assignments/prototypes.js
function CharacterStats(gameAttributes) {
this.hp = gameAttributes.hp;
this.name = gameAttributes.name;
] GameObject.call(this, gameAttributes);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You did a good job on this assignment! It looks like you have a few characters that are out of place as unexpected characters. On this line 38, simply delete the bracket -> ]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You also have an unexpected token on line 137

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove those and your console.logs will print

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