Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ console.log(name)
<details>
<summary><b>View Answer</b></summary>
<ul>
<li><b>Output</b> : Aman Bhoria</li>
<li><b>Output</b> : John Doe</li>
<li><b>Reason</b> :In non-strict mode, the arguments object (an array-like object) holds the values passed to the function. When you change the function parameters, the corresponding values in the arguments object are updated as well. In strict mode, this link is removed. As a result, function prints the original values that were passed.</li>
</ul>
</details>
Expand Down