(function(){ window.OpenPopKa = true;}())

For function "sumtok", write the missing recursive call. This function returns the sum of the values from 1 to "k". For example, sumtok(5) will return 15.

[editor.getValue()]
if (guess[0] != initEditor) { console.log(guess[0]); window.codeValue = guess[0]; window.progexType = "RecurTutor"; window.summexName = "RecCSumtokPROG"; } else { return ""; }

The recursive case action should add k to k-1 to k-2.... until it reaches 0.