Skip to content

Test Completed #280

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

Closed
wants to merge 6 commits into from
Closed

Conversation

caioingber
Copy link

Currently scoring 18/20 on the final test. In answer #5 for fundamentals, I notated the object literal and did not make property changes to it in #6. Followed the instructions highlighted in #6, and when running the test it passes, however the test for #5 fails as it is recognizing an alteration to the object:

instructor = {
name: "Caio",
age: 25,
favFood: "pizza"
}

// #6: Add a has-office-hours (spelled exactly) property to instructor by accessing
// it (do not change the original object you typed above) and assigning it
// a boolean value.
// Type your solution immediately below this line:

instructor['has-office-hours'] = false

@0xZakk 0xZakk closed this Mar 18, 2020
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