Skip to content

Commit 801fa33

Browse files
author
Linda Zanchi
authored
update /13-switch/article.md
add ; at end of line 151
1 parent 028b80c commit 801fa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/13-switch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Let's emphasize that the equality check is always strict. The values must be of
148148
For example, let's consider the code:
149149
150150
```js run
151-
let arg = prompt("Enter a value?")
151+
let arg = prompt("Enter a value?");
152152
switch (arg) {
153153
case '0':
154154
case '1':

0 commit comments

Comments
 (0)