Does not accepts correct answer
See original GitHub issueChallenge write-reusable-javascript-with-functions has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
// Example
function ourReusableFunction() {
console.log("Heyya, World");
}
ourReusableFunction();
// Only change code below this line
function reusableFunction(){
console.log("Hi World");
}
reusableFunction();
```
Dev console outputs "Hi World" .But code is not being accepted.
![bug-0](https://cloud.githubusercontent.com/assets/21281781/18396837/2c859c10-76e3-11e6-8d7d-766a25d8a0f1.PNG)
Issue Analytics
- State:
- Created 7 years ago
- Comments:24 (6 by maintainers)
Top Results From Across the Web
People who do not accept answers; suggestion for dealing ...
Accepting an answer is not meant to be a definitive and final statement indicating that the question has now been answered perfectly. Heck,...
Read more >Not accepting correct answer - Codecademy
I've noticed that this course won't let you pass unless you code exactly as the author intended (even down to matching him on...
Read more >Dealing with an answer that wasn't accepted (maybe because ...
@John, yes there is a risk until we choose the correct words or approach, rather than forcing the person to accept the answer,...
Read more >Won't accept my correct answer… : r/duolingo - Reddit
I'm trying to practice Chinese because I grew up speaking English, but Duolingo won't accept my answer even though it's the correct answer…...
Read more >Student's answers were marked wrongly in a short answer ...
What would be MUCH MUCH MUCH simpler is to have a way of giving it the right answer if it *contains* a certain...
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
@QuincyLarson If the man himself reaches out, I’m going to say yes. 👍
I’ll start with https://github.com/FreeCodeCamp/FreeCodeCamp/blob/staging/CONTRIBUTING.md#found-a-bug and ask questions in https://gitter.im/FreeCodeCamp/Contributors
Thanks for the motivation.
@ArielLeslie Sorry about that! I’ll take a look at the new issue. Thank you