Learn JS Exercise Tester

{{module.title}}
Readings:
{{result.exercise}}

Define a function {{result.exercise}}. It should take {{result.data.given}}. It should return {{result.data.returns}}. {{result.data.note}}

Call Expected Result Your Result
{{result.call}} {{display(result.expected)}} {{display(result.result)}}