We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f456766 commit 3cb9cc3Copy full SHA for 3cb9cc3
1-js/02-first-steps/14-switch/article.md
@@ -86,7 +86,7 @@ Im obigen Beispiel sehen wir die sequentielle Ausführung von drei `alert`s:
86
```js
87
alert( 'Exakt!' );
88
alert( 'Zu gross' );
89
-alert( "Ich kenne keine solchen Werte" );
+alert( "Ich kenne keinen solchen Werte" );
90
```
91
92
````smart header="Jeder Ausdruck kann ein `switch/case` Argument sein"
0 commit comments