Nodejs practice not passed properly | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ,

10th Nov 2020, 10:01 PM
Med Amine Fh
Med Amine Fh - avatar
2 Answers
+ 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.
10th Nov 2020, 10:50 PM
Kevin ★
+ 1
Thank you Kevin ★
10th Nov 2020, 11:27 PM
Med Amine Fh
Med Amine Fh - avatar