Open
Description
variable declaration expressions such as:
var test1 = function ( a, b ) {
return a + b;
};
result in the expected output with KAInfiniteLoopProtect
while function declarations such as
function test2 ( a, b ) {
return a + b;
}
do not
repro here:
https://www.khanacademy.org/computer-programming/func-decl-vdecl-without-loop-safety/5771192026742784
Metadata
Metadata
Assignees
Labels
No labels
Activity