Skip to content

Commit

Permalink
update(JS): web/javascript/reference/statements/switch
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored and AdriandeCita committed Sep 16, 2022
1 parent 8ea87ef commit 91efbbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: javascript.statements.switch

## Синтаксис

```js
```js-nolint
switch (expression) {
case value1:
// Інструкції, які слід виконати, коли
Expand Down

0 comments on commit 91efbbc

Please sign in to comment.