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";