Skip to content

Commit

Permalink
update(JS): web/javascript/guide/functions (#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored Nov 18, 2024
1 parent 411e6f9 commit eee60d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/uk/web/javascript/guide/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ page-type: guide
- Список параметрів функції, оточений дужками й розділений комами.
- Інструкції JavaScript, котрі визначають функцію, оточені фігурними дужками – `{ /* … */ }`.

Наприклад, наступний код визначає просту функцію, що зветься `square`:
Наприклад, наступний код визначає функцію, що зветься `square`:

```js
function square(number) {
Expand Down

0 comments on commit eee60d3

Please sign in to comment.