Skip to content

Commit

Permalink
update(JS): web/javascript/reference/operators/function
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Nov 17, 2024
1 parent b977f3b commit 65663e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/uk/web/javascript/reference/operators/function/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ math.factorial(3); //3;2;1;
На відміну від оголошення функції, ім'я виразу функції доступне лише для читання.

```js
"use strict";

function foo() {
foo = 1;
}
Expand Down

0 comments on commit 65663e0

Please sign in to comment.