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 e937913 commit f456766Copy full SHA for f456766
1-js/02-first-steps/14-switch/article.md
@@ -76,7 +76,7 @@ switch (a) {
76
case 5:
77
alert( 'Zu gross' );
78
default:
79
- alert( "Ich kenne keine solchen Werte" );
+ alert( "Ich kenne keinen solchen Werte" );
80
*/!*
81
}
82
```
0 commit comments