0
Nodejs practice not passed properly
I'm facing a stupid issue here , They ask me to write a fn that return 'Laoding' . it should be simple right ? here is my code : ________________________ //define the fn function a(){ return "Loading" } //call the fn console.log(a()) ________________________ the fn return "Loading" as they asked , but the challenge not passed ,
2 odpowiedzi
+ 4
I passed this challenge some days before and now the same code is failing. We can say this is a bug.
It's not the first one, many others have already been fixed, so we have to be patient and check again after a while.
+ 1
Thank you Kevin ★