question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Typo in OOP challenge

See original GitHub issue

Challenge: Remember to Set the Constructor Property when Changing the Prototype

Problem For the Dog constructor is says numLegs: 2, Can we change it to say numLegs: 4 ? Link https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/object-oriented-programming/remember-to-set-the-constructor-property-when-changing-the-prototype/

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
geeseyjcommented, Oct 12, 2018

I can tackle this one. 🙂

1reaction
Asjascommented, Oct 13, 2018

Hey @annezhou920. No problem at all.

Just for future reference. One way to see if a PR has been opened for an issue is you’d usually see a reference to it in an issue thread.

Above in this issue thread, for instance, you’ll see a message with the text jefferson2z referenced a pull request that will close this issue. That is how you can tell if there has already been a PR opened for an issue.

@ezioda004 is a reviewer, like me. We don’t assign ourselves the issues, only the PRs that we review.

Happy contributing 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Oops! It looks like Task 1 is no longer passing. (Example)
Hi im a bit lost with this code challenge.. here's the instruction: Challenge task 3 of 3. Return an collection array of house...
Read more >
OOP Exercises - Java Programming Tutorial
This first exercise shall lead you through all the basic concepts in OOP. ... c1.radius=5.0 )? Try it out and explain the error...
Read more >
OOP Concepts for Beginners: What is Polymorphism - Stackify
Object-Oriented Programming has different concepts allowing developers to build logical code. One of these concepts is polymorphism.
Read more >
Exercises: OOP | Erle Robotics C++ GitBook
Exercises: OOP. Exercises 1. Write a program that defines a shape class with a constructor that gives value to width and height. The...
Read more >
Object Oriented Programming Challenges - Java - HackerRank
Join over 11 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found