Describe the bug
The function documentation indicates that apply([[1,2], [3,4]], 1, sum) should produce [3, 7]. However, in the REPL it instead produces the error No access to property "apply".
To Reproduce
Enter apply([[1,2], [3,4]], 1, sum) in the REPL on the homepage.
Describe the bug
The function documentation indicates that
apply([[1,2], [3,4]], 1, sum)should produce[3, 7]. However, in the REPL it instead produces the errorNo access to property "apply".To Reproduce
Enter
apply([[1,2], [3,4]], 1, sum)in the REPL on the homepage.