YEs finally got through it, thank you!
Are you returning the same thing you're printing? Your function should have a return line.
return
It's returning 'undefined' but it should be returning what's displayed in log
You're not returning anything.
Hey there, I'm coding with Javascript, tested it on local and it's running fine, but when pasted in Codewars it returns undefined, is someone having the same issue? a little help would be appreaciated
Loading collection data...
YEs finally got through it, thank you!
Are you returning the same thing you're printing? Your function should have a
return
line.It's returning 'undefined' but it should be returning what's displayed in log
You're not returning anything.
Hey there, I'm coding with Javascript, tested it on local and it's running fine, but when pasted in Codewars it returns undefined, is someone having the same issue? a little help would be appreaciated