From 6a5e8a50f91557b7ae1a4e7cb74033e3cabf43ac Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Wed, 24 Nov 2021 19:06:43 +0530 Subject: [PATCH] Update Exercise 1.4 --- Chapter 1/Exercise 1.4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Chapter 1/Exercise 1.4 b/Chapter 1/Exercise 1.4 index 02ba2dc..4343628 100644 --- a/Chapter 1/Exercise 1.4 +++ b/Chapter 1/Exercise 1.4 @@ -1,3 +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 +Comment +*/ +