Merge pull request #761 from thisLinda/patch-1
update /13-switch/article.md
This commit is contained in:
commit
4a200dac83
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:
|
For example, let's consider the code:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
let arg = prompt("Enter a value?")
|
let arg = prompt("Enter a value?");
|
||||||
switch (arg) {
|
switch (arg) {
|
||||||
case '0':
|
case '0':
|
||||||
case '1':
|
case '1':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue