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
Currently, when a solution contains reduce, we explicitly bail out early. The following two examples should be considered approvable, but not optimal. Both should come with a hint.
Currently, when a solution contains
reduce
, we explicitly bail out early. The following two examples should be considered approvable, but not optimal. Both should come with a hint.Use the type-juggling message hint.
Use a new hint: Is
reduce
really the best candidate when trying to get the sum of significant digit values, when there are two values only.Which exercise
resistor-color-duo
The text was updated successfully, but these errors were encountered: