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
In the chapter 13, you said I need to implement a double function that doubles all the values of an array with Array.iter. The function that Array.iter takes must need to be type unit. So the correct way of doing that is with Array.map.
The text was updated successfully, but these errors were encountered:
In the chapter 13, you said I need to implement a double function that doubles all the values of an array with
Array.iter
. The function thatArray.iter
takes must need to be type unit. So the correct way of doing that is withArray.map
.The text was updated successfully, but these errors were encountered: