From ba5d0e5e25065cde44a97fb9baf206a41e66707e Mon Sep 17 00:00:00 2001 From: souvik mondal <38136428+souvikofficial1@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:00:10 +0530 Subject: [PATCH] Update output name in README.md Question No. 51 output was incorrect; it will print the argument value that we've passed during function invocation, which is John Doe. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eeef0b..2bba011 100644 --- a/README.md +++ b/README.md @@ -942,7 +942,7 @@ console.log(name)
View Answer