From 9390275189fa74c0a194f38235473fac146fae01 Mon Sep 17 00:00:00 2001 From: Suraj Singh <55339137+Suraj7879@users.noreply.github.com> Date: Thu, 18 Mar 2021 08:53:04 +0530 Subject: [PATCH] Either define the variable(var x = 7;) or change the output to Not Defined --- NamasteJS/E03.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NamasteJS/E03.md b/NamasteJS/E03.md index 013ab38..6fe160b 100644 --- a/NamasteJS/E03.md +++ b/NamasteJS/E03.md @@ -88,6 +88,7 @@ Output: getName(); console.log(x); console.log(getName) +var x= 7; function getName(){ console.log("Namaste JavaScript");