Skip to content

Commit

Permalink
Add globalThis question
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerj committed Sep 1, 2024
2 parents b549f8e + 6e8edf6 commit 0914d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8849,7 +8849,7 @@ The execution context is created when a function is called. The function's code
**[⬆ Back to Top](#table-of-contents)**
468. ### How to find the number of parameters expected by a function?
468. ### How to find the number of parameters expected by a function?
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,
```javascript
Expand Down

0 comments on commit 0914d83

Please sign in to comment.