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.

Does not accepts correct answer

See original GitHub issue

Challenge 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:closed
  • Created 7 years ago
  • Comments:24 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kennykleecommented, Jan 4, 2017

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

0reactions
devcshortcommented, Sep 10, 2018

@ArielLeslie Sorry about that! I’ll take a look at the new issue. Thank you

Read more comments on GitHub >

github_iconTop 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 >

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