Add link to switch in JS Roadmap (#3380)

pull/3398/head
CodeGuage 2 years ago committed by GitHub
parent d1556c85df
commit 00f94e031e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/roadmaps/javascript/content/107-javascript-control-flow/101-conditional-statements/101-switch.md

@ -24,4 +24,5 @@ switch (expression) {
Visit the following resources to learn more: Visit the following resources to learn more:
- [switch - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch) - [switch - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch)
- [The `switch` Statement: Why, What and How - CodeGuage](https://www.codeguage.com/courses/js/conditions-switch)
- [The switch statement - javascript.info](https://javascript.info/switch) - [The switch statement - javascript.info](https://javascript.info/switch)

Loading…
Cancel
Save