From ee317be4a6f8eeb47d04aa85a4d1e4be47057a21 Mon Sep 17 00:00:00 2001 From: Ashu Baghel <102874744+ashu2206@users.noreply.github.com> Date: Thu, 13 Oct 2022 19:59:34 +0530 Subject: [PATCH] Update variable.js --- 01_Day_Introduction/variable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Day_Introduction/variable.js b/01_Day_Introduction/variable.js index ed4e7b1..008519e 100644 --- a/01_Day_Introduction/variable.js +++ b/01_Day_Introduction/variable.js @@ -14,4 +14,4 @@ const PI = 3.14; // geometrical constant // Variables can also be declaring in one line separated by comma let name = "Ashu", //name of a person job = "teacher", - live = "India"; 'Finland' + live = "India";