From 1203808af9f73da6ecef93835c6e896f706d2288 Mon Sep 17 00:00:00 2001 From: suman-saket <54411834+suman-saket@users.noreply.github.com> Date: Thu, 24 Mar 2022 15:12:08 +0530 Subject: [PATCH] Update README.md It was written in Code Example 5undefined but it should be ReferenceError: x is not defined. --- Notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notes/README.md b/Notes/README.md index 756fc31..4d0921f 100644 --- a/Notes/README.md +++ b/Notes/README.md @@ -160,7 +160,7 @@ function getName(){ Output: > Namaste JavaScript -> undefined +> ReferenceError: x is not defined > f getName(){ console.log("Namaste JavaScript);