From 891e9946d9601247632d4f04613b5dd9974eda65 Mon Sep 17 00:00:00 2001 From: Bread <72562619+NotRealArif@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:33:56 +0600 Subject: [PATCH] Update variable.js --- 01_Day_Introduction/variable.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/01_Day_Introduction/variable.js b/01_Day_Introduction/variable.js index f5872af..c9c9f6f 100644 --- a/01_Day_Introduction/variable.js +++ b/01_Day_Introduction/variable.js @@ -14,4 +14,5 @@ const PI = 3.14 // geometrical constant // Variables can also be declaring in one line separated by comma let name = 'Asabeneh', //name of a person job = 'teacher', - live = 'Finland' + live = 'Finland', + name = 'Asabeneh'