1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 14:30:13 +02:00

Add link to switch in JS Roadmap (#3380)

This commit is contained in:
CodeGuage
2023-01-31 21:56:37 +05:00
committed by GitHub
parent d1556c85df
commit 00f94e031e

View File

@@ -24,4 +24,5 @@ switch (expression) {
Visit the following resources to learn more:
- [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)