freeCodeCamp: Does not accepts correct answer
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.

About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 24 (6 by maintainers)
@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.