Merge pull request #761 from thisLinda/patch-1

update /13-switch/article.md
This commit is contained in:
Ilya Kantor 2019-01-27 19:33:05 +03:00 committed by GitHub
commit 4a200dac83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ Let's emphasize that the equality check is always strict. The values must be of
For example, let's consider the code:
```js run
let arg = prompt("Enter a value?")
let arg = prompt("Enter a value?");
switch (arg) {
case '0':
case '1':