From 8d218716fe262a32fb1899b2954ec839d920af8c Mon Sep 17 00:00:00 2001 From: Ravi Singh Date: Sat, 23 Mar 2019 22:42:22 +0530 Subject: [PATCH] initial commit --- variable.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 variable.js diff --git a/variable.js b/variable.js new file mode 100644 index 0000000..be4616a --- /dev/null +++ b/variable.js @@ -0,0 +1,2 @@ +let test = 'hi'; +console.log(test);