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 two exercises just above this section, when you click for the first solution, it instead shows you the second solution.
I think the fix would be to change here from solution = to const solution = or let solution = , for proper lexical scope. I'm not confident enough in my JS to make a PR, though.
The text was updated successfully, but these errors were encountered:
In the two exercises just above this section, when you click for the first solution, it instead shows you the second solution.
I think the fix would be to change here from
solution =
toconst solution =
orlet solution =
, for proper lexical scope. I'm not confident enough in my JS to make a PR, though.The text was updated successfully, but these errors were encountered: