CS325 JavaScript Exercise Tester

For information about this tool, see the Readme.

{{module.title}}
{{result.exercise}}

The function {{result.exercise}} should take {{result.data.given}}. It should return {{result.data.returns}}. Note: {{result.data.note}}

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