rmurphey / js-assessment

A test-driven approach to assessing JS skills
5.15k stars 2.05k forks source link

speak function does not return anything #2

Closed beezee closed 12 years ago

beezee commented 12 years ago

on line 16 of tests/app/functions.js - the test cannot be made to pass without altering this line to have the speak function return the result of sayIt instead of just running it.

rmurphey commented 12 years ago

fixed, thanks!

beezee commented 12 years ago

My pleasure, thanks for the exercise!