SyntaxFix
Write A Post
Hire A Developer
Questions
By 'return non-false', they mean to return any value which would not work out to boolean false. So you could return true, 1, 'non-false', or whatever else you can think up.
true
1
'non-false'