From 45a012a68cff04f0eb750255654c704b5aab1786 Mon Sep 17 00:00:00 2001 From: Apoorv Choudhary Date: Tue, 7 Oct 2025 18:28:00 +0530 Subject: [PATCH] Remove unwanted code --- ArratMethod1.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArratMethod1.js b/ArratMethod1.js index f83eadd..aa0c4d8 100644 --- a/ArratMethod1.js +++ b/ArratMethod1.js @@ -131,8 +131,7 @@ console.log(names); let message = ""; // Hey Vishal Aryan , rahul , ram your kra is pending -// template -// message = 'Hey ' + names + ' your kra is pending'; + message = `Hey ${names} Your Kra is pending`; console.log(message);