Changed prompts for challenge questions to explicitly indicate the return value of the isOdd function should be a boolean
Changed package manager from npm to yarn in testing files to reduce some of the clutter about versions npm included as part of its output and align more closely with the tools students use
Added license value in package.json to eliminate warning message
Summary of Changes
isOdd
function should be a booleanlicense
value inpackage.json
to eliminate warning messageNotes
learn preview
wasn't working well with the dockerized testing, so this branch can be viewed in Ada Core Sandbox > Unit 3 > Functions > Function Problem Set