Skip to content

Commit 6e8edf6

Browse files
committedAug 23, 2024
[auto] regenerate table of contents
1 parent d129186 commit 6e8edf6

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-
1. ### 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)
Please sign in to comment.