garageScript / curriculum

GarageScript Curriculum
21 stars 164 forks source link

JS1 problem 4: Add a test case for non-Boolean return values #334

Closed sonnysasaka closed 4 years ago

sonnysasaka commented 4 years ago

This adds a test case which could catch solutions that do not use strict equality comparison.

danielthalhuber commented 4 years ago

I'd recommend merging this. Otherwise we should consider changing the challenge description so that the tests are aligned with the challenge description.