Skip to content

Commit 0914d83

Browse files
committed
Add globalThis question
2 parents b549f8e + 6e8edf6 commit 0914d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8849,7 +8849,7 @@ The execution context is created when a function is called. The function's code
88498849
88508850
**[⬆ Back to Top](#table-of-contents)**
88518851
8852-
468. ### How to find the number of parameters expected by a function?
8852+
468. ### How to find the number of parameters expected by a function?
88538853
The function's object has a **length** property which tells you how many formal parameters expected by a function. This is a static value defined by the function, not the number of arguments the function is called with(__arguments.length__). The basic usage of length propery is,
88548854
88558855
```javascript

0 commit comments

Comments
 (0)