update /13-switch/article.md

add ; at end of line 151
This commit is contained in:
Linda Zanchi 2019-01-27 10:28:29 -05:00 committed by GitHub
parent 028b80cf9d
commit 801fa33d2d
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':