Skip to content

Commit 3ec1079

Browse files
committed
remove not needed english part
1 parent 5c5295d commit 3ec1079

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/pl/function/this.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@ JavaScript posiada inną koncepcję odnośnie tego na co wskazuje słowo kluczow
44
`this`, niż większość innych języków programowania. Istnieje dokładnie
55
**pięć** różnych sytuacji, w których wartość `this` jest przypisana w języku JavaScript.
66

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-
117
### Zasięg globalny
128

139
this;
1410

1511
Używanie `this` w globalnym zasięgu, zwróci po prostu referencję do obiektu *global*.
1612

17-
1813
### Wywołanie funkcji
1914

2015
foo();

0 commit comments

Comments
 (0)