Ad
  • Default User Avatar

    I'm getting this error on test 23 it says ReferenceError: five is not defined at eval at /home/codewarrior/index.js:90:52 at /home/codewarrior/index.js:115:5 at Object.handleError
    and the func passed into default arguments is var timesFive = function () { var five = 5; return function (a) { return five * x; }; }(); function (n) { return five * n; } which seems wrong.