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.
![bug-0](https://cloud.githubusercontent.com/assets/21281781/18396837/2c859c10-76e3-11e6-8d7d-766a25d8a0f1.PNG)

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 24 (6 by maintainers)

Most upvoted 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.