We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5295d commit 3ec1079Copy full SHA for 3ec1079
doc/pl/function/this.md
@@ -4,17 +4,12 @@ JavaScript posiada inną koncepcję odnośnie tego na co wskazuje słowo kluczow
4
`this`, niż większość innych języków programowania. Istnieje dokładnie
5
**pięć** różnych sytuacji, w których wartość `this` jest przypisana w języku JavaScript.
6
7
-JavaScript has a different concept of what the special name `this` refers to
8
-than most other programming languages do. There are exactly **five** different
9
-ways in which the value of `this` can be bound in the language.
10
-
11
### Zasięg globalny
12
13
this;
14
15
Używanie `this` w globalnym zasięgu, zwróci po prostu referencję do obiektu *global*.
16
17
18
### Wywołanie funkcji
19
20
foo();
0 commit comments