You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: