0
Party Invitation
https://code.sololearn.com/WEeQLqAsWxEF/?ref=app I followed a video tutorial and can't find what's wrong with the code
2 Respuestas
+ 4
Line 30 
You have this return statement outside of a function. 
return people.filter(canComeToParty)
0
thx i fixed it but why now instead of the specific names it returns objects



