1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
your return fixTeen(a) + ... is wrong
return fixTeen(a) + ...
you dont need to write return before each method call
return
its simply return <expression>
return <expression>