From 2345bceda065738ff4b7324515ce6add954668f8 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Wed, 24 Nov 2021 19:07:15 +0530 Subject: [PATCH] Exercise 1.4 --- Chapter 1/Exercise 1.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 1/Exercise 1.4 b/Chapter 1/Exercise 1.4 index 4343628..9dfe78f 100644 --- a/Chapter 1/Exercise 1.4 +++ b/Chapter 1/Exercise 1.4 @@ -1,7 +1,7 @@ let a = 10; // assign a value of 10 to variable a console.log(a); // This will output 10 into the console /* -This is a multi-line +This is a multi-line Comment */