Artykuły oznaczone: Function
Znaleziono 6 dokumentów.
- Web/JavaScript/Referencje/Obiekty/Function Konstruktor Function tworzy nowy obiekt Function(tworzy funkcję poprzez konstruktor). W ...
- Web/JavaScript/Referencje/Obiekty/Function/arity Własność arity jest zewnętrzna dla funkcji i wskazuje, ile argumentów oczekuje funkcja. Ta ...
- Web/JavaScript/Referencje/Obiekty/Function/caller Określa funkcję, która powołuje się na aktualnie wykonywaną funkcje.
- Web/JavaScript/Referencje/Obiekty/Function/length Określa liczbę argumentów oczekiwanych przez funkcję.
- Web/JavaScript/Referencje/Obiekty/Function/toSource Zwraca łańcuch znaków reprezentujący kod źródłowy funkcji.
- Web/JavaScript/Referencje/Obiekty/Function/toString Zwraca łańcuch znaków reprezentujący kod źródłowy funkcji.