• + 0 comments

    Oh, I found the reason. I was supposed to write a return statement inside the isPositive() function instead of console.log. The stub code has a console.log and it will print the result of the return statement.