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 6e2e229 commit e937913Copy full SHA for e937913
1-js/02-first-steps/14-switch/article.md
@@ -52,7 +52,7 @@ switch (a) {
52
53
break;
54
default:
55
- alert( "Ich kenne keine solchen Werte" );
+ alert( "Ich kenne keinen solchen Werte" );
56
}
57
```
58
0 commit comments