Skip to content

Commit

Permalink
[Mixed Juices] Fix hints' reference to MDN's fall-though section (#2453)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Cheremushkin <dmitrii.cheremushkin@toptal.com>
  • Loading branch information
anym0us and Dmitrii Cheremushkin authored Apr 29, 2024
1 parent cd16499 commit a9e5cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/mixed-juices/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- You can combine two conditions for the loop using [logical operators][concept-booleans].

[mdn-switch]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch#
[mdn-fallthrough]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch#what_happens_if_i_forgot_a_break
[mdn-fallthrough]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch#breaking_and_fall-through
[mdn-while]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while
[mdn-do-while]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/do...while
[concept-booleans]: /tracks/javascript/concepts/booleans
Expand Down

0 comments on commit a9e5cec

Please sign in to comment.