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
The prompt for the fourth exercise in FunctionsAndMethods.scala (Functions as Data > What is a function) is unclear. The example given in task.md shows a class with a mandatory constructor parameter (which is what the test expects); however, the prompt instead mentions "an internal state offset", which is not the same thing (it suggests a private var instead).
The text was updated successfully, but these errors were encountered:
The prompt for the fourth exercise in
FunctionsAndMethods.scala
(Functions as Data > What is a function) is unclear. The example given intask.md
shows a class with a mandatory constructor parameter (which is what the test expects); however, the prompt instead mentions "an internal stateoffset
", which is not the same thing (it suggests a privatevar
instead).The text was updated successfully, but these errors were encountered: