Skip to content

Commit

Permalink
update(JS): web/javascript/closures (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored Oct 7, 2023
1 parent 0411678 commit b24f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/uk/web/javascript/closures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const size14 = makeSizer(14);
const size16 = makeSizer(16);
```

Наразі `size12`, `size14` і `size16` – функції, що змінюють розмір тексту тіла документа на 12, 14 і 16 пікселів відповідно. Їх можна прикріпити до кнопок (в цьому випадку – гіперпосилань), як показано в прикладі коду нижче.
Наразі `size12`, `size14` і `size16` – функції, що змінюють розмір тексту тіла документа на 12, 14 і 16 пікселів відповідно. Їх можна прикріпити до кнопок, як показано в прикладі коду нижче.

```js
document.getElementById("size-12").onclick = size12;
Expand Down

0 comments on commit b24f180

Please sign in to comment.