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");