Typo in OOP challenge
See original GitHub issueChallenge: 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:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can tackle this one. 🙂
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 😄