We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028b80c commit 801fa33Copy full SHA for 801fa33
1-js/02-first-steps/13-switch/article.md
@@ -148,7 +148,7 @@ Let's emphasize that the equality check is always strict. The values must be of
148
For example, let's consider the code:
149
150
```js run
151
-let arg = prompt("Enter a value?")
+let arg = prompt("Enter a value?");
152
switch (arg) {
153
case '0':
154
case '1':
0 commit comments