From 90b8d7458b5d737c1e2c3252f0c296d214e52d75 Mon Sep 17 00:00:00 2001 From: asmaasifchippa786 Date: Thu, 20 Oct 2022 15:25:17 +0500 Subject: [PATCH] 1st --- app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.js b/app.js index bae2eb9..fcb2e40 100644 --- a/app.js +++ b/app.js @@ -1,4 +1,7 @@ +//Hello world +var a = 'hello world' +console.log(a) // Chapter 1 // question 1