update /13-switch/article.md
add ; at end of line 151
This commit is contained in:
parent
028b80cf9d
commit
801fa33d2d
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue