Closed homewardmedia closed 9 years ago
I was getting a "key is undefined" error. You need to add the VAR declaration in your for loop in the checkCompletion function (line 203).
for(var key in marks)
Thanks! Should be fixed.
I was getting a "key is undefined" error. You need to add the VAR declaration in your for loop in the checkCompletion function (line 203).
for(var key in marks)